From a0f56f02e122388db4b71520f522ee4e4f002c4a Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 3 Jan 2020 02:46:45 +0100 Subject: [PATCH] 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. --- build-projects/android/AndroidManifest.xml.tmpl | 4 ++-- build-projects/android/default.properties | 2 +- build-projects/android/project.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1