Fix dependencies for UI module

PiperOrigin-RevId: 548063325
This commit is contained in:
rohks 2023-07-14 10:12:32 +01:00 committed by Rohit Singh
parent 568817f756
commit 4d40f2e7dd

View File

@ -41,8 +41,8 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
testImplementation project(path: ':lib-exoplayer')
testImplementation project(path: ':test-utils-robolectric')
testImplementation project(modulePrefix + 'lib-exoplayer')
testImplementation project(modulePrefix + 'test-utils-robolectric')
testImplementation project(modulePrefix + 'test-utils')
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
}