Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c016851 authored by Damian Patel's avatar Damian Patel
Browse files

API level 30 upgrade: AOSP/Launcher3

The AndroidManifest.xml and build.gradle file of the AOSP
Launcher app has been upgraded so that its targetSdkVersion
is 30. This change has been made on git_master so that
we can avoid presubmit conflicts when making this change
on the aosp-master branch.

Change-Id: Ie476f8cbe56bf51218b15b8361a22fec2dc845e6
(cherry picked from commit 499ffce2)
parent eaff8ef0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ android {
    buildToolsVersion BUILD_TOOLS_VERSION

    defaultConfig {
        minSdkVersion 25
        targetSdkVersion 28
        minSdkVersion 26
        targetSdkVersion 30
        versionCode 1
        versionName "1.0"