Revert "[DO NOT MERGE]"

This reverts commit d0823a77da.

Reason for revert: Broke the build: b/195683319

Change-Id: I931793f37df2ddcd6e179f5cc205e1bcec244de9
This commit is contained in:
Robb Glasser
2021-08-05 21:03:31 +00:00
parent d0823a77da
commit 4eda9fc848
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
<uses-sdk android:targetSdkVersion="30" android:minSdkVersion="26"/>
<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.
+1 -1
View File
@@ -22,7 +22,7 @@ android {
defaultConfig {
minSdkVersion 25
targetSdkVersion 30
targetSdkVersion 28
versionCode 1
versionName "1.0"