Fix minSdkVersion in quickstep manifest

This commit is contained in:
Suphon Thanakornpakapong
2021-10-21 14:22:16 +07:00
parent 0bc33273dd
commit dfe6464a67

View File

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