Version 1.4.0

This commit is contained in:
kichikuou
2025-01-04 16:26:50 +09:00
parent 0e2025a347
commit ccd06e4b84
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 15
versionName "1.3.0" + gitRevision()
versionCode 16
versionName "1.4.0" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"