From 65aa76a3374d3db9812283f018161eb13aedfa7f Mon Sep 17 00:00:00 2001 From: kichikuou Date: Sun, 7 Aug 2022 21:42:35 +0900 Subject: [PATCH] Bump version to 0.8.0 --- android/app/build.gradle | 4 ++-- src/common.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9e4869f..367bc8e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -16,8 +16,8 @@ android { } minSdkVersion 19 targetSdkVersion 31 - versionCode 6 - versionName "0.7.0" + versionCode 7 + versionName "0.8.0" externalNativeBuild { cmake { arguments "-DANDROID_APP_PLATFORM=android-16", "-DANDROID_STL=c++_static" diff --git a/src/common.h b/src/common.h index 59ed028..086ff3e 100644 --- a/src/common.h +++ b/src/common.h @@ -7,7 +7,7 @@ #ifndef _COMMON_H_ #define _COMMON_H_ -#define SYSTEM3_VERSION "0.7.0" +#define SYSTEM3_VERSION "0.8.0" #include #include