From 1d574c7caa9375b29e29179ac9f1c67ae7af0b7e Mon Sep 17 00:00:00 2001 From: tornaco Date: Sat, 26 Nov 2022 12:05:38 +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 ac00a137f..2238ccb36 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -32,7 +32,7 @@ plugins { androidGitVersion { prefix = "v" codeFormat = "MNPBB" - baseCode = 3029279 + baseCode = 3029280 } thanoxVersionCode = androidGitVersion.code()