Version 2.11.5

This commit is contained in:
kichikuou
2024-06-10 13:56:51 +09:00
parent 894e8e26a6
commit bcaed3a687
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 22
versionName "2.11.4" + gitRevision()
versionCode 23
versionName "2.11.5" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"