Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kichikuou committed Apr 12, 2024
1 parent a15f911 commit c252274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c252274

Please sign in to comment.