ANDROID: Update versioncodes reservation for 2.7.0.5

Aimed for official release (out of beta) on Play Store
This commit is contained in:
antoniou79 2023-04-22 14:26:51 +03:00
parent faa58ab098
commit a6d6df30f4

View File

@ -41,11 +41,12 @@ android {
targetSdkVersion 33
versionName "2.8.0"
versionCode 109
versionCode 113
// versioncode must be incremented for each market upload
// ScummVM 2.8.0: 109 - 112 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.7.x: 105 - 108 (reserve for potential beta or bug fix release)
// ScummVM 2.8.0: 113 - 116 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.7.x: 109 - 112 (reserve for potential beta or bug fix release)
// Historical version codes:
// ScummVM 2.7.0.5: 105 - 108 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (proper release on Play Store)
// ScummVM 2.7.0.4: 101 - 104 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 4 on Play Store)
// ScummVM 2.7.0.2: 97 - 100 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 3 on Play Store)
// ScummVM 2.7.0.1: 93 - 96 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 2 on Play Store)