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:
parent
3f9e0540b7
commit
1202f8690c
@ -16,7 +16,6 @@ android {
|
|||||||
namespace 'androidx.media3.effect'
|
namespace 'androidx.media3.effect'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 18
|
|
||||||
// The following argument makes the Android Test Orchestrator run its
|
// The following argument makes the Android Test Orchestrator run its
|
||||||
// "pm clear" command after each test invocation. This command ensures
|
// "pm clear" command after each test invocation. This command ensures
|
||||||
// that the app's state is completely cleared between tests.
|
// that the app's state is completely cleared between tests.
|
||||||
|
@ -16,8 +16,6 @@ apply from: "$gradle.ext.androidxMediaSettingsDir/common_library_config.gradle"
|
|||||||
android {
|
android {
|
||||||
namespace 'androidx.media3.ui.leanback'
|
namespace 'androidx.media3.ui.leanback'
|
||||||
|
|
||||||
defaultConfig.minSdkVersion 17
|
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
singleVariant('release') {
|
singleVariant('release') {
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user