mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove extra colons in build.gradles
modulePrefix should include this already. PiperOrigin-RevId: 495853065
This commit is contained in:
parent
3e7f53fda7
commit
8a24209fd6
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ dependencies {
|
|||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation 'com.squareup.okhttp3:mockwebserver:' + okhttpVersion
|
||||
implementation project(modulePrefix + 'lib-exoplayer')
|
||||
implementation project(modulePrefix + ':lib-transformer')
|
||||
implementation project(modulePrefix + 'lib-transformer')
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ dependencies {
|
|||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
implementation project(modulePrefix + 'lib-exoplayer')
|
||||
implementation project(modulePrefix + ':lib-transformer')
|
||||
implementation project(modulePrefix + 'lib-transformer')
|
||||
implementation project(modulePrefix + 'test-utils')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue