initialize Stetho in release build too

This commit is contained in:
tibbi 2017-12-01 18:54:13 +01:00
parent 057e0adee8
commit 01814dc23d
1 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ class App : Application() {
}
checkUseEnglish()
if (BuildConfig.DEBUG)
Stetho.initializeWithDefaults(this)
Stetho.initializeWithDefaults(this)
}
}