mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Rollback of 9b82d5317f
*** Original commit *** Remove extra colons in `build.gradle`s modulePrefix should include this already. *** PiperOrigin-RevId: 496337833
This commit is contained in:
parent
a4bc0959be
commit
9e4ec92bfd
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ dependencies {
|
|||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation project(modulePrefix + 'library-transformer')
|
||||
implementation project(modulePrefix + ':lib-transformer')
|
||||
implementation project(modulePrefix + 'testutils')
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ dependencies {
|
|||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation 'com.squareup.okhttp3:mockwebserver:' + okhttpVersion
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation project(modulePrefix + 'library-transformer')
|
||||
implementation project(modulePrefix + ':lib-transformer')
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue