summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
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 /AndroidManifest-common.xml
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
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml2
1 files changed, 1 insertions, 1 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.