Rollback of 8a24209fd6
*** Original commit *** Remove extra colons in `build.gradle`s modulePrefix should include this already. *** PiperOrigin-RevId: 496337833
This commit is contained in:
parent
0749b05923
commit
a974e60379
@ -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…
x
Reference in New Issue
Block a user