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
e345e0a5
authored
Feb 04, 2021
by
olly
Committed by
kim-vde
Feb 04, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade some dependency versions
PiperOrigin-RevId: 355508621
parent
01849380
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
constants.gradle
extensions/cast/build.gradle
extensions/workmanager/build.gradle
constants.gradle
View file @
e345e0a5
...
@@ -34,7 +34,7 @@ project.ext {
...
@@ -34,7 +34,7 @@ project.ext {
androidxCollectionVersion
=
'1.1.0'
androidxCollectionVersion
=
'1.1.0'
androidxFuturesVersion
=
'1.1.0'
androidxFuturesVersion
=
'1.1.0'
androidxMediaVersion
=
'1.2.1'
androidxMediaVersion
=
'1.2.1'
androidxMedia2Version
=
'1.1.
0
'
androidxMedia2Version
=
'1.1.
2
'
androidxMultidexVersion
=
'2.0.0'
androidxMultidexVersion
=
'2.0.0'
androidxRecyclerViewVersion
=
'1.1.0'
androidxRecyclerViewVersion
=
'1.1.0'
androidxTestCoreVersion
=
'1.3.0'
androidxTestCoreVersion
=
'1.3.0'
...
...
extensions/cast/build.gradle
View file @
e345e0a5
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
apply
from:
"$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
dependencies
{
api
'com.google.android.gms:play-services-cast-framework:1
8.1
.0'
api
'com.google.android.gms:play-services-cast-framework:1
9.0
.0'
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
project
(
modulePrefix
+
'library-common'
)
implementation
project
(
modulePrefix
+
'library-common'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
...
...
extensions/workmanager/build.gradle
View file @
e345e0a5
...
@@ -17,7 +17,7 @@ apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
...
@@ -17,7 +17,7 @@ apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.work:work-runtime:2.
4
.0'
implementation
'androidx.work:work-runtime:2.
5
.0'
compileOnly
'org.jetbrains.kotlin:kotlin-annotations-jvm:'
+
kotlinAnnotationsVersion
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