Skip to content

Commit

Permalink
turn off updater in Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Feb 27, 2025
1 parent 1d20644 commit f5bbf96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ android {
versionNameSuffix = "-${getCommitCount()}"
applicationIdSuffix = ".debug"
isPseudoLocalesEnabled = true
buildConfigField("boolean", "INCLUDE_UPDATER", "true")
}
create("releaseTest") {
applicationIdSuffix = ".rt"
Expand Down

0 comments on commit f5bbf96

Please sign in to comment.