summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-06-29 00:47:59 +0200
committerArne Coucheron <arco68@gmail.com>2017-12-14 00:43:17 +0100
commit98d8436eae993bdc181ee46f22cf029d205c0889 (patch)
tree141a0b71b4d6c24ae517f9558a466cfe35fd6fca
parent51fab3444c4de1beec7145815922ed79cb52afa9 (diff)
downloadandroid_packages_apps_Trebuchet-98d8436eae993bdc181ee46f22cf029d205c0889.tar.gz
android_packages_apps_Trebuchet-98d8436eae993bdc181ee46f22cf029d205c0889.tar.bz2
android_packages_apps_Trebuchet-98d8436eae993bdc181ee46f22cf029d205c0889.zip
Bump targetsdk to 26
Change-Id: Ic138ded6dba217d02f2bb6f5c0d9e49e25077901
-rw-r--r--AndroidManifest-common.xml2
-rw-r--r--AndroidManifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index e35c16a8e..db1f99278 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -20,7 +20,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
- <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23"/>
+ <uses-sdk android:targetSdkVersion="26" android:minSdkVersion="23"/>
<!--
The manifest defines the common entries that should be present in any derivative of Launcher3.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8d91ae450..9b24fd095 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,7 +23,7 @@
<original-package android:name="com.cyanogenmod.trebuchet" />
- <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23"/>
+ <uses-sdk android:targetSdkVersion="26" android:minSdkVersion="23"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Refer comments around specific entries on how to extend individual components.