Bump effect and leanback minSdk to 19

These were overriding the previous minimum of 16 and therefore not
included in e54abaa75d.

PiperOrigin-RevId: 597242364
This commit is contained in:
ibaker 2024-01-10 07:18:52 -08:00 committed by Copybara-Service
parent 3f9e0540b7
commit 1202f8690c
2 changed files with 0 additions and 3 deletions

View File

@ -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.

View File

@ -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()