Version 2.11.6

This commit is contained in:
kichikuou
2024-07-22 12:32:33 +09:00
parent dd09f54329
commit c4e8205d6c
3 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 23
versionName "2.11.5" + gitRevision()
versionCode 24
versionName "2.11.6" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"