Version 2.14.3

This commit is contained in:
kichikuou
2025-04-01 09:33:24 +09:00
parent dcdbe7bb76
commit 39712ee46e
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 31
versionName "2.14.2" + gitRevision()
versionCode 32
versionName "2.14.3" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"