Version 1.0.2

This commit is contained in:
kichikuou
2024-04-12 16:57:24 +09:00
parent a15f911ca5
commit c25227426e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 10
versionName "1.0.1" + gitRevision()
versionCode 11
versionName "1.0.2" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef _COMMON_H_
#define _COMMON_H_
#define SYSTEM3_VERSION "1.0.1"
#define SYSTEM3_VERSION "1.0.2"
#include <SDL.h>
#include <assert.h>