From: Holger Schemel Date: Fri, 3 Jan 2020 01:32:56 +0000 (+0100) Subject: changed Android project to API level 17 to support Android 9 X-Git-Tag: 4.1.4.0~3 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=032cba61f4c81b284f3d207a20459c85e5a7be5d;hp=feeeabcbf6696f27ddd68ad56d19db1660a6c4fe 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. --- 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