Compile with SDK 29 (Android Q)

PiperOrigin-RevId: 258110603
This commit is contained in:
andrewlewis 2019-07-15 09:04:20 +01:00 committed by Oliver Woodman
parent bbcd1126b2
commit 1d4d105174
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
`SourceInfoRefreshListener` to `MediaSourceCaller`.
* Flac extension: Parse `VORBIS_COMMENT` metadata
([#5527](https://github.com/google/ExoPlayer/issues/5527)).
* Set `compileSdkVersion` to 29 to use Android Q APIs.
### 2.10.3 ###

View File

@ -17,7 +17,7 @@ project.ext {
releaseVersionCode = 2010003
minSdkVersion = 16
targetSdkVersion = 28
compileSdkVersion = 28
compileSdkVersion = 29
dexmakerVersion = '2.21.0'
mockitoVersion = '2.25.0'
robolectricVersion = '4.3'