Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
09bee98b
authored
Nov 10, 2022
by
christosts
Committed by
microkatz
Nov 10, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Set targetSdkVersion of main demo app to 29
#minor-release PiperOrigin-RevId: 487479366
parent
ef568d20
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
demos/main/build.gradle
demos/main/build.gradle
View file @
09bee98b
...
@@ -26,7 +26,9 @@ android {
...
@@ -26,7 +26,9 @@ android {
versionName
project
.
ext
.
releaseVersion
versionName
project
.
ext
.
releaseVersion
versionCode
project
.
ext
.
releaseVersionCode
versionCode
project
.
ext
.
releaseVersionCode
minSdkVersion
project
.
ext
.
minSdkVersion
minSdkVersion
project
.
ext
.
minSdkVersion
targetSdkVersion
project
.
ext
.
appTargetSdkVersion
// Not using appTargetSDKVersion to allow local file access on API 29
// and higher [Internal ref: b/191644662]
targetSdkVersion
project
.
ext
.
mainDemoAppTargetSdkVersion
multiDexEnabled
true
multiDexEnabled
true
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment