Prepare independent Android public release

This commit is contained in:
Xisheng-Zhao
2026-06-20 03:59:49 +08:00
parent ffb4ce404f
commit 202076a1b0
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ android {
applicationId "ai.multicasual.app"
minSdk 24
targetSdk 36
versionCode 4
versionName "0.1.3"
versionCode 5
versionName "0.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}