From 7240fcac61d110be8797dcd0a4bc4bc4e0837077 Mon Sep 17 00:00:00 2001 From: tornaco Date: Mon, 22 Nov 2021 07:27:29 +0800 Subject: [PATCH] [app] increase base version code --- android/build.gradle.kts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index a22ccda20..06da16951 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -27,16 +27,7 @@ plugins { androidGitVersion { prefix = "v" codeFormat = "MMNNPP" - baseCode = 3030142 - // 1000000 - // 191011 - // First rel version - // 1191011 - // 2041540 - // 3030123 - // 3030124 Catch up with row - // 3030138 3.0 rc - // 3030142 3.0 release + baseCode = 3030143 } thanoxVersionCode = androidGitVersion.code()