diff --git a/app/src/google/java/ani/dantotsu/others/AppUpdater.kt b/app/src/google/java/ani/dantotsu/others/AppUpdater.kt index 456992bc..3b952fb9 100644 --- a/app/src/google/java/ani/dantotsu/others/AppUpdater.kt +++ b/app/src/google/java/ani/dantotsu/others/AppUpdater.kt @@ -126,8 +126,7 @@ object AppUpdater { } private fun compareVersion(version: String): Boolean { - - if (BuildConfig.DEBUG) { + if (BuildConfig.BUILD_TYPE == "debug" || BuildConfig.BUILD_TYPE == "alpha") { return BuildConfig.VERSION_NAME != version } else { fun toDouble(list: List): Double {