mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 19:37:39 +00:00
Multidex debug only
This commit is contained in:
parent
37744c7ab6
commit
d1ed502e03
@ -41,7 +41,8 @@ open class App : Application(), Application.ActivityLifecycleCallbacks {
|
||||
|
||||
override fun attachBaseContext(base: Context) {
|
||||
super.attachBaseContext(base)
|
||||
MultiDex.install(base)
|
||||
if (BuildConfig.DEBUG)
|
||||
MultiDex.install(base)
|
||||
Timber.plant(Timber.DebugTree())
|
||||
|
||||
startKoin {
|
||||
|
Loading…
x
Reference in New Issue
Block a user