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
}