mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-27 09:28:06 +03:00
Bump version to 0.8.0
This commit is contained in:
@@ -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"
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
#ifndef _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
|
||||
#define SYSTEM3_VERSION "0.7.0"
|
||||
#define SYSTEM3_VERSION "0.8.0"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <assert.h>
|
||||
|
||||
Reference in New Issue
Block a user