[Scummvm-git-logs] scummvm branch-2-2 -> 26b027a81ee792e673c079d36e98cd4e184d67d1
antoniou79
a.antoniou79 at gmail.com
Sun Sep 27 22:14:40 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:
26b027a81e ANDROID: Set target SDK to 29
Commit: 26b027a81ee792e673c079d36e98cd4e184d67d1
https://github.com/scummvm/scummvm/commit/26b027a81ee792e673c079d36e98cd4e184d67d1
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-09-28T01:13:23+03:00
Commit Message:
ANDROID: Set target SDK to 29
As per the Play Store rules.
>From 2 November 2020, app updates must target Android 10 (API level 29) or higher. (https://developer.android.com/distribute/best-practices/develop/target-sdk)
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 29ee4342d8..e0f6fa42be 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -33,7 +33,7 @@ android {
setProperty("archivesBaseName", "ScummVM")
minSdkVersion 16
- targetSdkVersion 28
+ targetSdkVersion 29
versionName "2.2.1beta"
versionCode 49
More information about the Scummvm-git-logs
mailing list