Commit f6853e47 by olly Committed by Oliver Woodman

Bump targetSdkVersion to 29

- Enabling legacy storage for our demo app so that playing
  slideloaded media is still easy.
- Apps are still free to specify a lower targetSdkVersion

PiperOrigin-RevId: 281537041
parent f937fe9e
......@@ -16,7 +16,7 @@ project.ext {
releaseVersion = '2.11.0'
releaseVersionCode = 2011000
minSdkVersion = 16
targetSdkVersion = 28
targetSdkVersion = 29
compileSdkVersion = 29
dexmakerVersion = '2.21.0'
mockitoVersion = '2.25.0'
......
......@@ -34,6 +34,7 @@
android:banner="@drawable/ic_banner"
android:largeHeap="true"
android:allowBackup="false"
android:requestLegacyExternalStorage="true"
android:name="com.google.android.exoplayer2.demo.DemoApplication"
tools:ignore="UnusedAttribute">
......
......@@ -26,7 +26,7 @@ android {
versionName project.ext.releaseVersion
versionCode project.ext.releaseVersionCode
minSdkVersion 29
targetSdkVersion 29
targetSdkVersion project.ext.targetSdkVersion
}
buildTypes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment