mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
Version 1.0.2
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user