From 509b78eaf9a518bf4b0acc6bf287e3c0551138b3 Mon Sep 17 00:00:00 2001 From: Tornaco Date: Sat, 26 Oct 2024 12:35:37 +0800 Subject: [PATCH] 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 42798bc45..48f6abee6 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -38,7 +38,7 @@ plugins { androidGitVersion { prefix = "v" codeFormat = "MNPBB" - baseCode = 3029283 + baseCode = 3029999 } thanoxVersionCode = androidGitVersion.code()