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
0dc99710
authored
Sep 02, 2019
by
olly
Committed by
Toni
Sep 05, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Use constant to define androidx media version
PiperOrigin-RevId: 266802551
parent
a564c801
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
constants.gradle
extensions/mediasession/build.gradle
library/ui/build.gradle
constants.gradle
View file @
0dc99710
...
@@ -27,6 +27,7 @@ project.ext {
...
@@ -27,6 +27,7 @@ project.ext {
jsr305Version
=
'3.0.2'
jsr305Version
=
'3.0.2'
kotlinAnnotationsVersion
=
'1.3.31'
kotlinAnnotationsVersion
=
'1.3.31'
androidxAnnotationVersion
=
'1.1.0'
androidxAnnotationVersion
=
'1.1.0'
androidxMediaVersion
=
'1.0.1'
androidxTestVersion
=
'1.1.0'
androidxTestVersion
=
'1.1.0'
truthVersion
=
'0.44'
truthVersion
=
'0.44'
modulePrefix
=
':'
modulePrefix
=
':'
...
...
extensions/mediasession/build.gradle
View file @
0dc99710
...
@@ -32,7 +32,7 @@ android {
...
@@ -32,7 +32,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
api
'androidx.media:media:
1.0.1'
api
'androidx.media:media:
'
+
androidxMediaVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
}
}
...
...
library/ui/build.gradle
View file @
0dc99710
...
@@ -40,7 +40,7 @@ android {
...
@@ -40,7 +40,7 @@ android {
dependencies
{
dependencies
{
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.media:media:1.0.1'
api
'androidx.media:media:'
+
androidxMediaVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
testImplementation
project
(
modulePrefix
+
'testutils'
)
testImplementation
project
(
modulePrefix
+
'testutils'
)
...
...
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