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
d24f37cd
authored
Mar 27, 2020
by
Frieder Bluemle
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Check if exoplayerModulePrefix is set
parent
2555fb36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
library/core/build.gradle
library/core/build.gradle
View file @
d24f37cd
...
@@ -61,8 +61,12 @@ dependencies {
...
@@ -61,8 +61,12 @@ dependencies {
androidTestImplementation
'com.google.guava:guava:'
+
guavaVersion
androidTestImplementation
'com.google.guava:guava:'
+
guavaVersion
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'
))
{
if
(
gradle
.
ext
.
has
(
'exoplayerModulePrefix'
))
{
exclude
module:
gradle
.
ext
.
exoplayerModulePrefix
+
'library-core'
androidTestImplementation
(
project
(
modulePrefix
+
'testutils'
))
{
exclude
module:
gradle
.
ext
.
exoplayerModulePrefix
+
'library-core'
}
}
else
{
androidTestImplementation
project
(
modulePrefix
+
'testutils'
)
}
}
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