Version 2.11.3

This commit is contained in:
kichikuou
2024-04-11 09:12:55 +09:00
parent 7b8acd6e05
commit 095da0bb86
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 20
versionName "2.11.2" + gitRevision()
versionCode 21
versionName "2.11.3" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"