Upstream merge

This commit is contained in:
NerdNumber9
2019-04-13 12:36:28 -04:00
63 changed files with 2185 additions and 3115 deletions

View File

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