Version 2.2.0

This commit is contained in:
kichikuou
2021-12-03 11:19:51 +09:00
parent 91fa4284c4
commit 3012412a5d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
}
minSdkVersion 19
targetSdkVersion 28
versionCode 5
versionName "0.2.3"
versionCode 6
versionName "2.2.0"
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-16", "-DANDROID_STL=c++_static"
+1 -1
View File
@@ -1,5 +1,5 @@
#cmakedefine PACKAGE "@PACKAGE@"
#define VERSION "2.1.0"
#define VERSION "2.2.0"
#cmakedefine CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@"