Release 0.8.4
This commit is contained in:
parent
a053d55fbc
commit
ba674935f4
1 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||||
|
|
Reference in a new issue