Update version to 43
This commit is contained in:
parent
b3c1773b67
commit
5b329fc179
@ -6,7 +6,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId 'xyz.cubesoftware.sussycraft'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 31
|
||||
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
versionCode project.versionCode
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user