From 48809186af6aa5972d7ccf26ba86ff40bb16df20 Mon Sep 17 00:00:00 2001 From: Tornaco Date: Mon, 21 Aug 2023 22:07:27 +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 ee7621242..af2677954 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -32,7 +32,7 @@ plugins { androidGitVersion { prefix = "v" codeFormat = "MNPBB" - baseCode = 3029282 + baseCode = 3029283 } thanoxVersionCode = androidGitVersion.code()