diff --git a/dists/android/build.gradle b/dists/android/build.gradle index 07cf598acc2..cb2ce37e8a2 100644 --- a/dists/android/build.gradle +++ b/dists/android/build.gradle @@ -40,7 +40,7 @@ android { // versioncode must be incremented for each market upload // ScummVM 2.3.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively) // Historical version codes: - // 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: 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) // 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)