mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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
2 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue