API level 30 upgrade: AOSP/Launcher3 am: 1c01685186
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15472946 Change-Id: I24865fccf28bf9bee6c0292a8ca5d547dcc01f3d
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.launcher3">
|
||||
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="26"/>
|
||||
<uses-sdk android:targetSdkVersion="30" 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.
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@ android {
|
||||
buildToolsVersion BUILD_TOOLS_VERSION
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 25
|
||||
targetSdkVersion 28
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user