turn off updater in Debug

This commit is contained in:
Cuong-Tran 2025-02-27 15:28:45 +07:00
parent 1d2064485f
commit f5bbf962fa
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -68,7 +68,6 @@ android {
versionNameSuffix = "-${getCommitCount()}"
applicationIdSuffix = ".debug"
isPseudoLocalesEnabled = true
buildConfigField("boolean", "INCLUDE_UPDATER", "true")
}
create("releaseTest") {
applicationIdSuffix = ".rt"