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
5968c834
authored
Nov 04, 2019
by
olly
Committed by
Oliver Woodman
Nov 05, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove auto-value dependency
PiperOrigin-RevId: 278398045
parent
165ff555
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
library/core/build.gradle
testutils/build.gradle
library/core/build.gradle
View file @
5968c834
...
@@ -65,18 +65,14 @@ dependencies {
...
@@ -65,18 +65,14 @@ dependencies {
androidTestImplementation
'androidx.test:runner:'
+
androidxTestVersion
androidTestImplementation
'androidx.test:runner:'
+
androidxTestVersion
androidTestImplementation
'androidx.test.ext:junit:'
+
androidxTestVersion
androidTestImplementation
'androidx.test.ext:junit:'
+
androidxTestVersion
androidTestImplementation
'com.google.truth:truth:'
+
truthVersion
androidTestImplementation
'com.google.truth:truth:'
+
truthVersion
androidTestImplementation
'com.google.auto.value:auto-value-annotations:'
+
autoValueVersion
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
'org.mockito:mockito-core:'
+
mockitoVersion
androidTestImplementation
'org.mockito:mockito-core:'
+
mockitoVersion
androidTestAnnotationProcessor
'com.google.auto.value:auto-value:'
+
autoValueVersion
testImplementation
'androidx.test:core:'
+
androidxTestVersion
testImplementation
'androidx.test:core:'
+
androidxTestVersion
testImplementation
'androidx.test.ext:junit:'
+
androidxTestVersion
testImplementation
'androidx.test.ext:junit:'
+
androidxTestVersion
testImplementation
'com.google.truth:truth:'
+
truthVersion
testImplementation
'com.google.truth:truth:'
+
truthVersion
testImplementation
'org.mockito:mockito-core:'
+
mockitoVersion
testImplementation
'org.mockito:mockito-core:'
+
mockitoVersion
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
testImplementation
'com.google.auto.value:auto-value-annotations:'
+
autoValueVersion
testAnnotationProcessor
'com.google.auto.value:auto-value:'
+
autoValueVersion
}
}
ext
{
ext
{
...
...
testutils/build.gradle
View file @
5968c834
...
@@ -44,8 +44,6 @@ dependencies {
...
@@ -44,8 +44,6 @@ dependencies {
api
'com.google.truth:truth:'
+
truthVersion
api
'com.google.truth:truth:'
+
truthVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'com.google.auto.value:auto-value-annotations:'
+
autoValueVersion
annotationProcessor
'com.google.auto.value:auto-value:'
+
autoValueVersion
testImplementation
project
(
modulePrefix
+
'testutils'
)
testImplementation
project
(
modulePrefix
+
'testutils'
)
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