From a43da794d05c38e144b92ebb0574f0c56034ff52 Mon Sep 17 00:00:00 2001 From: tornaco Date: Mon, 7 Mar 2022 21:49:27 +0800 Subject: [PATCH] [app] bump version --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index edfd43fee..401a0b2be 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -32,7 +32,7 @@ plugins { androidGitVersion { prefix = "v" codeFormat = "MMNNPP" - baseCode = 3030150 + baseCode = 3030151 } thanoxVersionCode = androidGitVersion.code()