[Scummvm-git-logs] scummvm branch-2-2 -> 301c4ef3af21eda767cbc7479a79d3daefee6aff
antoniou79
a.antoniou79 at gmail.com
Fri Oct 2 09:52:30 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
301c4ef3af ANDROID: Increase version code for 2.2.1c
Commit: 301c4ef3af21eda767cbc7479a79d3daefee6aff
https://github.com/scummvm/scummvm/commit/301c4ef3af21eda767cbc7479a79d3daefee6aff
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-10-02T12:50:27+03:00
Commit Message:
ANDROID: Increase version code for 2.2.1c
Beta 2 was codes 53-56 and was rolled out on Oct 2. New codes are 57-60
This batch could be the final one (out of beta) for 2.2.1
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 03cdeaf815..3a251155bc 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,8 +35,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
- versionName "2.2.1beta"
- versionCode 53
+ versionName "2.2.1c"
+ versionCode 57
// versioncode must be incremented for each market upload
// ScummVM 2.3.0: 61-64 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// Historical version codes:
More information about the Scummvm-git-logs
mailing list