Update version to 43

This commit is contained in:
MCL Software Official 2023-02-26 12:49:29 -05:00
parent b3c1773b67
commit 5b329fc179
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId 'xyz.cubesoftware.sussycraft'
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 31
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
versionCode project.versionCode
}

View File

@ -4,7 +4,7 @@ project.ext.set("versionMajor", 1) // Version Major
project.ext.set("versionMinor", 1) // Version Minor
project.ext.set("versionPatch", 0) // Version Patch
project.ext.set("versionExtra", "") // Version Extra
project.ext.set("versionCode", 42) // Android Version Code
project.ext.set("versionCode", 43) // Android Version Code
project.ext.set("developmentBuild", 0) // Whether it is a development build, or a release
// NOTE: +2 after each release!
// +1 for ARM and +1 for ARM64 APK's, because