From 1202f8690c219dbcdbb2aa86a85206250d0b9c73 Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 10 Jan 2024 07:18:52 -0800 Subject: [PATCH] Bump effect and leanback minSdk to 19 These were overriding the previous minimum of 16 and therefore not included in https://github.com/androidx/media/commit/e54abaa75d1e464acf92c68f2b08d8d95c486117. PiperOrigin-RevId: 597242364 --- libraries/effect/build.gradle | 1 - libraries/ui_leanback/build.gradle | 2 -- 2 files changed, 3 deletions(-) diff --git a/libraries/effect/build.gradle b/libraries/effect/build.gradle index 499af34ee3..a15bda88bb 100644 --- a/libraries/effect/build.gradle +++ b/libraries/effect/build.gradle @@ -16,7 +16,6 @@ android { namespace 'androidx.media3.effect' defaultConfig { - minSdkVersion 18 // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures // that the app's state is completely cleared between tests. diff --git a/libraries/ui_leanback/build.gradle b/libraries/ui_leanback/build.gradle index 91c091517c..bea8e43bb7 100644 --- a/libraries/ui_leanback/build.gradle +++ b/libraries/ui_leanback/build.gradle @@ -16,8 +16,6 @@ apply from: "$gradle.ext.androidxMediaSettingsDir/common_library_config.gradle" android { namespace 'androidx.media3.ui.leanback' - defaultConfig.minSdkVersion 17 - publishing { singleVariant('release') { withSourcesJar()