From: Holger Schemel Date: Fri, 3 Jan 2020 01:46:45 +0000 (+0100) Subject: changed Android project to API level 23 to support Android 10 X-Git-Tag: 4.1.4.0~1 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=a0f56f02e122388db4b71520f522ee4e4f002c4a;ds=sidebyside changed Android project to API level 23 to support Android 10 Android 10 requires at least API level 23, or a warning is displayed at the first start of the app. --- diff --git a/build-projects/android/AndroidManifest.xml.tmpl b/build-projects/android/AndroidManifest.xml.tmpl index bbbb4b74..60de05fc 100644 --- a/build-projects/android/AndroidManifest.xml.tmpl +++ b/build-projects/android/AndroidManifest.xml.tmpl @@ -22,8 +22,8 @@ - - + + diff --git a/build-projects/android/default.properties b/build-projects/android/default.properties index a42154db..c04dfae1 100644 --- a/build-projects/android/default.properties +++ b/build-projects/android/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-17 +target=android-23 diff --git a/build-projects/android/project.properties b/build-projects/android/project.properties index a3ee5ab6..916037e3 100644 --- a/build-projects/android/project.properties +++ b/build-projects/android/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-17 +target=android-23