Fix dependencies for UI module
PiperOrigin-RevId: 548063325
This commit is contained in:
parent
568817f756
commit
4d40f2e7dd
@ -41,8 +41,8 @@ dependencies {
|
|||||||
implementation 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
|
implementation 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
|
||||||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||||
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
|
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
|
||||||
testImplementation project(path: ':lib-exoplayer')
|
testImplementation project(modulePrefix + 'lib-exoplayer')
|
||||||
testImplementation project(path: ':test-utils-robolectric')
|
testImplementation project(modulePrefix + 'test-utils-robolectric')
|
||||||
testImplementation project(modulePrefix + 'test-utils')
|
testImplementation project(modulePrefix + 'test-utils')
|
||||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user