Version 1.8.0

This commit is contained in:
kichikuou
2026-08-29 10:22:15 +09:00
parent 3c7d032b78
commit ca0f09a19e
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 17
versionName "1.7.2" + gitRevision()
versionName "1.8.0" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"