Bump version to 1.1.3

This commit is contained in:
elasota
2022-06-22 21:31:46 -04:00
parent 5643f464cc
commit 4182a1a107
2 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ android {
} }
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 16 versionCode 17
versionName "1.1.2" versionName "1.1.3"
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {
arguments "APP_PLATFORM=android-16" arguments "APP_PLATFORM=android-16"

View File

@@ -2,8 +2,8 @@
#define GP_BUILD_VERSION_MAJOR 1 #define GP_BUILD_VERSION_MAJOR 1
#define GP_BUILD_VERSION_MINOR 1 #define GP_BUILD_VERSION_MINOR 1
#define GP_BUILD_VERSION_UPDATE 2 #define GP_BUILD_VERSION_UPDATE 3
#define GP_APPLICATION_VERSION_STRING "1.1.2" #define GP_APPLICATION_VERSION_STRING "1.1.3"
#define GP_APPLICATION_COPYRIGHT_STRING "2019-2021 Gale Force Games LLC" #define GP_APPLICATION_COPYRIGHT_STRING "2019-2022 Gale Force Games LLC"
#define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil" #define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil"