From e90204d40a705187fef19336c385f5cee03e33c0 Mon Sep 17 00:00:00 2001 From: tornaco Date: Tue, 30 May 2023 20:20:39 +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 2238ccb36..ee7621242 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -32,7 +32,7 @@ plugins { androidGitVersion { prefix = "v" codeFormat = "MNPBB" - baseCode = 3029280 + baseCode = 3029282 } thanoxVersionCode = androidGitVersion.code()