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
2e51182f
authored
Apr 08, 2020
by
olly
Committed by
Oliver Woodman
Apr 08, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update misc dependencies
PiperOrigin-RevId: 305503804
parent
afc2858a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
demos/cast/build.gradle
demos/main/build.gradle
extensions/workmanager/build.gradle
demos/cast/build.gradle
View file @
2e51182f
...
...
@@ -57,8 +57,8 @@ dependencies {
implementation
project
(
modulePrefix
+
'library-ui'
)
implementation
project
(
modulePrefix
+
'extension-cast'
)
implementation
'androidx.appcompat:appcompat:'
+
androidxAppCompatVersion
implementation
'androidx.recyclerview:recyclerview:1.
0
.0'
implementation
'com.google.android.material:material:1.
0
.0'
implementation
'androidx.recyclerview:recyclerview:1.
1
.0'
implementation
'com.google.android.material:material:1.
1
.0'
}
apply
plugin:
'com.google.android.gms.strict-version-matcher-plugin'
demos/main/build.gradle
View file @
2e51182f
...
...
@@ -64,7 +64,7 @@ android {
dependencies
{
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'androidx.appcompat:appcompat:'
+
androidxAppCompatVersion
implementation
'com.google.android.material:material:1.
0
.0'
implementation
'com.google.android.material:material:1.
1
.0'
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-dash'
)
implementation
project
(
modulePrefix
+
'library-hls'
)
...
...
extensions/workmanager/build.gradle
View file @
2e51182f
...
...
@@ -34,7 +34,7 @@ android {
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.work:work-runtime:2.
2.0
'
implementation
'androidx.work:work-runtime:2.
3.4
'
compileOnly
'org.jetbrains.kotlin:kotlin-annotations-jvm:'
+
kotlinAnnotationsVersion
}
...
...
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