mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-16 20:37:31 +00:00
Multidex debug only
This commit is contained in:
@@ -41,7 +41,8 @@ open class App : Application(), Application.ActivityLifecycleCallbacks {
|
|||||||
|
|
||||||
override fun attachBaseContext(base: Context) {
|
override fun attachBaseContext(base: Context) {
|
||||||
super.attachBaseContext(base)
|
super.attachBaseContext(base)
|
||||||
MultiDex.install(base)
|
if (BuildConfig.DEBUG)
|
||||||
|
MultiDex.install(base)
|
||||||
Timber.plant(Timber.DebugTree())
|
Timber.plant(Timber.DebugTree())
|
||||||
|
|
||||||
startKoin {
|
startKoin {
|
||||||
|
Reference in New Issue
Block a user