Version 2.12.1

This commit is contained in:
kichikuou
2024-12-02 10:42:58 +09:00
parent 67f62f02e6
commit bc8a85e046
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 26
versionName "2.12.0" + gitRevision()
versionCode 27
versionName "2.12.1" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"