From f5bbf962fa0850ff839c1336dac893b73f66b577 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Thu, 27 Feb 2025 15:28:45 +0700 Subject: [PATCH] turn off updater in Debug --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 58be7ff6b1..a0ede57732 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -68,7 +68,6 @@ android { versionNameSuffix = "-${getCommitCount()}" applicationIdSuffix = ".debug" isPseudoLocalesEnabled = true - buildConfigField("boolean", "INCLUDE_UPDATER", "true") } create("releaseTest") { applicationIdSuffix = ".rt"