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

Commit eeed4750 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 14099086 from 7b12bd55 to 25Q4-release

Change-Id: Ic5759158e29a5ee2fa8f159ea1ff578b2d93318c
parents f9ddc5a8 7b12bd55
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -194,6 +194,9 @@ android_app {

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

    min_sdk_version: "30",
    min_sdk_version: select(release_flag("RELEASE_DEPRECATE_MAINLINE_R_SUPPORT"), {
        true: "31",
        default: "30",
    }),
    updatable: true,
}