Updates and cleanup build.gradle

This commit is contained in:
Jobobby04
2020-08-15 23:01:16 -04:00
parent a6b98e24dc
commit e48f274072
7 changed files with 19 additions and 34 deletions
@@ -79,7 +79,6 @@ open class App : Application(), LifecycleObserver {
setupNotificationChannels()
Realm.init(this)
GlobalScope.launch { deleteOldMetadataRealm() } // Delete old metadata DB (EH)
// Reprint.initialize(this) //Setup fingerprint (EH)
if ((BuildConfig.DEBUG || BuildConfig.BUILD_TYPE == "releaseTest") && DebugToggles.ENABLE_DEBUG_OVERLAY.enabled) {
setupDebugOverlay()
}