mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix dependencies for UI module
PiperOrigin-RevId: 548063325
This commit is contained in:
parent
568817f756
commit
4d40f2e7dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue