Commit d1ed502e authored by topjohnwu's avatar topjohnwu

Multidex debug only

parent 37744c7a
......@@ -41,6 +41,7 @@ open class App : Application(), Application.ActivityLifecycleCallbacks {
override fun attachBaseContext(base: Context) {
super.attachBaseContext(base)
if (BuildConfig.DEBUG)
MultiDex.install(base)
Timber.plant(Timber.DebugTree())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment