summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-06-29 00:47:59 +0200
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:09 +0100
commit8270d6a020db72afffc7b2a81829df351cdffa64 (patch)
tree6910b0e1f1d1c873e8a1f0f1e94b4f61fa9ec528 /AndroidManifest.xml
parent7744eb33195931e15185fcc75676915e71400e3a (diff)
downloadandroid_packages_apps_Trebuchet-8270d6a020db72afffc7b2a81829df351cdffa64.tar.gz
android_packages_apps_Trebuchet-8270d6a020db72afffc7b2a81829df351cdffa64.tar.bz2
android_packages_apps_Trebuchet-8270d6a020db72afffc7b2a81829df351cdffa64.zip
Bump targetsdk to 27
Change-Id: Ic138ded6dba217d02f2bb6f5c0d9e49e25077901
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8d91ae450..7e3c46ad3 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="27" 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.