[Scummvm-git-logs] scummvm branch-2-5 -> a9af8063126427468b5766223678c1ece1259873
antoniou79
a.antoniou79 at gmail.com
Sun Oct 3 10:12:08 UTC 2021
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:
a9af806312 ANDROID: Repurpose VersionCodes for 2.5.1
Commit: a9af8063126427468b5766223678c1ece1259873
https://github.com/scummvm/scummvm/commit/a9af8063126427468b5766223678c1ece1259873
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2021-10-03T13:11:44+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 a8160d9949..52ac8fcbf1 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -35,10 +35,10 @@ android {
minSdkVersion 16
targetSdkVersion 29
- versionName "2.3.0git"
- versionCode 65
+ versionName "2.5.1"
+ versionCode 69
// versioncode must be incremented for each market upload
- // ScummVM 2.3.0: 65-68 (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.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