summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-01-03 12:56:31 -0800
committerHyunyoung Song <hyunyoungs@google.com>2019-01-03 12:57:33 -0800
commitddcecfa634e6137fce82ef1afe8ae522ddbde78a (patch)
tree26fca9e384328d158d18623a3849af1d13c3a589 /AndroidManifest.xml
parentefb8b836660bd367744c406b1a3ce7f20561e000 (diff)
downloadandroid_packages_apps_Trebuchet-ddcecfa634e6137fce82ef1afe8ae522ddbde78a.tar.gz
android_packages_apps_Trebuchet-ddcecfa634e6137fce82ef1afe8ae522ddbde78a.tar.bz2
android_packages_apps_Trebuchet-ddcecfa634e6137fce82ef1afe8ae522ddbde78a.zip
System apps must target API 28 or higher
Bug: 120997004 Change-Id: I998a443a4327c47cbab8e4bc4843be1693f05d8d
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 4ac51ab78..1a485ed36 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.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="21"/>
+ <uses-sdk android:targetSdkVersion="28" android:minSdkVersion="21"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Refer comments around specific entries on how to extend individual components.