|
@@ -42,9 +42,7 @@ open class App : Application() {
|
|
|
|
|
|
override fun attachBaseContext(base: Context) {
|
|
override fun attachBaseContext(base: Context) {
|
|
super.attachBaseContext(base)
|
|
super.attachBaseContext(base)
|
|
- if (BuildConfig.DEBUG) {
|
|
|
|
- MultiDex.install(this)
|
|
|
|
- }
|
|
|
|
|
|
+ MultiDex.install(this)
|
|
}
|
|
}
|
|
|
|
|
|
override fun onConfigurationChanged(newConfig: Configuration) {
|
|
override fun onConfigurationChanged(newConfig: Configuration) {
|