Version 1.9.3-release

master
MoNTE48 2020-04-28 21:04:36 +02:00
parent e9cb883114
commit 717388a3a6
5 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ set(CMAKE_CXX_STANDARD 11)
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
set(VERSION_MAJOR 1)
set(VERSION_MINOR 9)
set(VERSION_PATCH 1)
set(VERSION_PATCH 3)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Change to false for releases

View File

@ -7,8 +7,8 @@ android {
applicationId 'com.multicraft.game'
minSdkVersion 16
targetSdkVersion 29
versionCode 41
versionName "1.9.1"
versionCode 43
versionName "1.9.3"
/*multiDexEnabled true
useLibrary 'org.apache.http.legacy'*/
}
@ -61,7 +61,7 @@ dependencies {
exclude group: 'com.bugsnag', module: 'bugsnag-plugin-android-ndk'
}*/
// Third-party libraries
/*implementation 'gun0912.ted:tedpermission:2.2.2'*/
/*implementation 'gun0912.ted:tedpermission:2.2.3'*/
//noinspection GradleDependency
implementation 'commons-io:commons-io:2.5'
}

View File

@ -1759,7 +1759,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 87;
CURRENT_PROJECT_VERSION = 88;
DEVELOPMENT_TEAM = R3RLJ9TW52;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -1795,7 +1795,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.9.2;
MARKETING_VERSION = 1.9.3;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
@ -1828,7 +1828,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 87;
CURRENT_PROJECT_VERSION = 88;
DEVELOPMENT_TEAM = R3RLJ9TW52;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -1865,7 +1865,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.9.2;
MARKETING_VERSION = 1.9.3;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",

@ -1 +1 @@
Subproject commit 70a88c27cee7db4b93b61e74ff1a5d9b9d67a291
Subproject commit baffb841c0c2bf86b1e4f16666119ebd1b6a7aed

View File

@ -18,7 +18,7 @@
#define STATIC_SHAREDIR ""
#define VERSION_MAJOR 1
#define VERSION_MINOR 9
#define VERSION_PATCH 1
#define VERSION_PATCH 3
#define VERSION_STRING STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)
#endif