[Scummvm-git-logs] scummvm master -> b3bb24e69750cdc68ff2cb376454403b4c99e746
antoniou79
a.antoniou79 at gmail.com
Sun Oct 3 10:06:36 UTC 2021
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9d6afc80b4 ANDROID: Repurpose VersionCodes for 2.5.1
b3bb24e697 ANDROID: New versionCodes 73-76 for 2.6.0
Commit: 9d6afc80b41183dfb671dce4232a4c44fc80be47
https://github.com/scummvm/scummvm/commit/9d6afc80b41183dfb671dce4232a4c44fc80be47
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2021-10-03T13:06:18+03:00
Commit Message:
ANDROID: Repurpose VersionCodes for 2.5.1
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 89490fd7af..1e1d53bc6e 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,10 +35,10 @@ android {
minSdkVersion 16
targetSdkVersion 29
- versionName "2.6.0git"
+ versionName "2.5.1"
versionCode 69
// versioncode must be incremented for each market upload
- // ScummVM 2.6.0: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ // ScummVM 2.5.1: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// Historical version codes:
// ScummVM 2.5.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.2.1: 61-64 Play Store release version for 2.2.1 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
Commit: b3bb24e69750cdc68ff2cb376454403b4c99e746
https://github.com/scummvm/scummvm/commit/b3bb24e69750cdc68ff2cb376454403b4c99e746
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2021-10-03T13:06:18+03:00
Commit Message:
ANDROID: New versionCodes 73-76 for 2.6.0
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 1e1d53bc6e..60638ecd25 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,11 +35,12 @@ android {
minSdkVersion 16
targetSdkVersion 29
- versionName "2.5.1"
- versionCode 69
+ versionName "2.6.0"
+ versionCode 73
// versioncode must be incremented for each market upload
- // ScummVM 2.5.1: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ // ScummVM 2.6.0: 73-76 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// Historical version codes:
+ // ScummVM 2.5.1: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.5.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.2.1: 61-64 Play Store release version for 2.2.1 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.2.1: 57-60 Beta 3 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
More information about the Scummvm-git-logs
mailing list