mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove auto-value dependency
PiperOrigin-RevId: 278398045
This commit is contained in:
parent
165ff55502
commit
5968c8345b
@ -65,18 +65,14 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test:runner:' + androidxTestVersion
|
||||
androidTestImplementation 'androidx.test.ext:junit:' + androidxTestVersion
|
||||
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-mockito:' + dexmakerVersion
|
||||
androidTestImplementation 'org.mockito:mockito-core:' + mockitoVersion
|
||||
androidTestAnnotationProcessor 'com.google.auto.value:auto-value:' + autoValueVersion
|
||||
testImplementation 'androidx.test:core:' + androidxTestVersion
|
||||
testImplementation 'androidx.test.ext:junit:' + androidxTestVersion
|
||||
testImplementation 'com.google.truth:truth:' + truthVersion
|
||||
testImplementation 'org.mockito:mockito-core:' + mockitoVersion
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
testImplementation 'com.google.auto.value:auto-value-annotations:' + autoValueVersion
|
||||
testAnnotationProcessor 'com.google.auto.value:auto-value:' + autoValueVersion
|
||||
}
|
||||
|
||||
ext {
|
||||
|
@ -44,8 +44,6 @@ dependencies {
|
||||
api 'com.google.truth:truth:' + truthVersion
|
||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
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 'org.robolectric:robolectric:' + robolectricVersion
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user