Commit 8a24209f by andrewlewis Committed by Tianyi Feng

Remove extra colons in `build.gradle`s

modulePrefix should include this already.

PiperOrigin-RevId: 495853065
parent 3e7f53fd
......@@ -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')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment