[Scummvm-git-logs] scummvm branch-2-2 -> b942e5bbbd0f9718570dc8716c63be96b08b1845

antoniou79 a.antoniou79 at gmail.com
Sat Oct 17 19:48:35 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:
b942e5bbbd ANDROID: Update versionCodes post 2.2.1c (beta3) release


Commit: b942e5bbbd0f9718570dc8716c63be96b08b1845
    https://github.com/scummvm/scummvm/commit/b942e5bbbd0f9718570dc8716c63be96b08b1845
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-10-17T22:47:46+03:00

Commit Message:
ANDROID: Update versionCodes post 2.2.1c (beta3) release

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index a9fb2dddf6..2bd4ebc45f 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,12 +35,13 @@ android {
         minSdkVersion 16
         targetSdkVersion 28
 
-        versionName "2.2.1c"
-        versionCode 57
+        versionName "2.2.1d"
+        versionCode 61
         // versioncode must be incremented for each market upload
-        // ScummVM 2.3.0: 61-64 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.3.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // Historical version codes:
-        // ScummVM 2.2.1: 57-60 *Reserved for 2.2.1 stable/release* (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.2.1: 61-64 *Reserved for 2.2.1 stable/release* (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 2.2.1: 57-60 Beta 3 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.2.1: 53-56 Beta 2 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.2.1: 49-52 Beta 1 (29 Sep 2020) (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.2.0: 45-48 (arm-v7a, arm64-v8a, x86, x86_64 respectively -- armeabi was dropped)




More information about the Scummvm-git-logs mailing list