Changing target sdk to Q

Change-Id: I9c2ac12d81d3b04e1a29f6c2a1f2e32fff76de7f
This commit is contained in:
Sunny Goyal 2019-05-17 23:19:45 -07:00
parent 0334047553
commit f5577b1117
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
<uses-sdk android:targetSdkVersion="28" android:minSdkVersion="25"/>
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Refer comments around specific entries on how to extend individual components.