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
750396c9
authored
Mar 27, 2020
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #7153 from friederbluemle:fix-gradle-ext
PiperOrigin-RevId: 303319078
parents
2209947a
d24f37cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/core/build.gradle
library/core/build.gradle
View file @
750396c9
...
@@ -62,7 +62,7 @@ dependencies {
...
@@ -62,7 +62,7 @@ dependencies {
androidTestImplementation
'com.linkedin.dexmaker:dexmaker:'
+
dexmakerVersion
androidTestImplementation
'com.linkedin.dexmaker:dexmaker:'
+
dexmakerVersion
androidTestImplementation
'com.linkedin.dexmaker:dexmaker-mockito:'
+
dexmakerVersion
androidTestImplementation
'com.linkedin.dexmaker:dexmaker-mockito:'
+
dexmakerVersion
androidTestImplementation
(
project
(
modulePrefix
+
'testutils'
))
{
androidTestImplementation
(
project
(
modulePrefix
+
'testutils'
))
{
exclude
module:
gradle
.
ext
.
exoplayerModulePrefix
+
'library-core'
exclude
module:
modulePrefix
.
substring
(
1
)
+
'library-core'
}
}
testImplementation
'com.google.guava:guava:'
+
guavaVersion
testImplementation
'com.google.guava:guava:'
+
guavaVersion
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
...
...
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