initialize Stetho in release build too

This commit is contained in:
tibbi 2017-12-01 18:54:13 +01:00
parent 057e0adee8
commit 01814dc23d

View File

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