From 032cba61f4c81b284f3d207a20459c85e5a7be5d Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 3 Jan 2020 02:32:56 +0100 Subject: [PATCH 1/1] changed Android project to API level 17 to support Android 9 Android 9 requires at least API level 17, 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 2df66ffe..d21df7ed 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 3ac25234..a42154db 100644 --- a/build-projects/android/default.properties +++ b/build-projects/android/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-12 +target=android-17 diff --git a/build-projects/android/project.properties b/build-projects/android/project.properties index 0f507e53..a3ee5ab6 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-12 +target=android-17 -- 2.34.1