Increase minSdk
to 19
This is aligned with all other AndroidX libraries, and is required for us to upgrade to the latest versions of our AndroidX dependencies: https://android-developers.googleblog.com/2023/10/androidx-minsdkversion-19.html PiperOrigin-RevId: 596923511
This commit is contained in:
parent
324e1beef2
commit
e54abaa75d
@ -11,6 +11,10 @@
|
|||||||
lower-case.
|
lower-case.
|
||||||
* Define ads with a full `MediaItem` instead of a single `Uri` in
|
* Define ads with a full `MediaItem` instead of a single `Uri` in
|
||||||
`AdPlaybackState`.
|
`AdPlaybackState`.
|
||||||
|
* Increase `minSdk` to 19 (Android KitKat). This is
|
||||||
|
[aligned with all other AndroidX libraries](https://android-developers.googleblog.com/2023/10/androidx-minsdkversion-19.html),
|
||||||
|
and is required for us to upgrade to the latest versions of our AndroidX
|
||||||
|
dependencies.
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to
|
* Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to
|
||||||
preload the media source at a specific start position before playback,
|
preload the media source at a specific start position before playback,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
project.ext {
|
project.ext {
|
||||||
releaseVersion = '1.2.1'
|
releaseVersion = '1.2.1'
|
||||||
releaseVersionCode = 1_002_001_3_00
|
releaseVersionCode = 1_002_001_3_00
|
||||||
minSdkVersion = 16
|
minSdkVersion = 19
|
||||||
// See https://developer.android.com/training/cars/media/automotive-os#automotive-module
|
// See https://developer.android.com/training/cars/media/automotive-os#automotive-module
|
||||||
automotiveMinSdkVersion = 28
|
automotiveMinSdkVersion = 28
|
||||||
appTargetSdkVersion = 34
|
appTargetSdkVersion = 34
|
||||||
|
Loading…
x
Reference in New Issue
Block a user