Created
June 26, 2020 15:38
-
-
Save JoseAlcerreca/f01d2420915fd8608b6b75004c110eb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Copyright 2020 Google LLC. | |
SPDX-License-Identifier: Apache-2.0 --> | |
open class MainTestApplication : Application() { | |
override fun onCreate() { | |
// ThreeTenBP for times and dates, called before super to be available for objects | |
AndroidThreeTen.init(this) | |
Timber.plant(Timber.DebugTree()) | |
super.onCreate() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment