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

Commit 6f99d9d0 authored by Zemiao Zhu's avatar Zemiao Zhu
Browse files

Specify target_sdk_version to be 30.

This is a revert to ag/11526308, so we get a stable platform release and
don't have to deal with P0 test failures as platform features get
developed.

Bug: 178054993
Test: atest DocumentsUIGoogleTests
Change-Id: I64bc2fe98b6278324412ef5b99cbe2dbd7a73745
parent d00f87c9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ java_defaults {
    },

    sdk_version: "system_current",
    target_sdk_version: "30",
    min_sdk_version: "29",

    plugins: [
@@ -94,6 +95,7 @@ android_library {
    ],

    sdk_version: "system_current",
    target_sdk_version: "30",
    min_sdk_version: "29",
}

@@ -116,6 +118,7 @@ android_library {
    ],

    sdk_version: "system_current",
    target_sdk_version: "30",
    min_sdk_version: "29",
}

@@ -136,5 +139,6 @@ android_app {

    required: ["privapp_whitelist_com.android.documentsui"],

    target_sdk_version: "30",
    min_sdk_version: "29",
}
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.android.documentsui">

    <uses-sdk android:minSdkVersion="29" />
    <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="30"/>

    <uses-permission android:name="android.permission.MANAGE_DOCUMENTS" />
    <uses-permission android:name="android.permission.REMOVE_TASKS" />