Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created June 26, 2020 15:38
Show Gist options
  • Save JoseAlcerreca/f01d2420915fd8608b6b75004c110eb2 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/f01d2420915fd8608b6b75004c110eb2 to your computer and use it in GitHub Desktop.
<!-- 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