Release 0.8.4

This commit is contained in:
inorichi 2019-04-13 15:10:44 +02:00
parent a053d55fbc
commit ba674935f4

View file

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