mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix build.gradle to use modulePrefix
Issue: #3131 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164004981
This commit is contained in:
parent
5ca84ebfd8
commit
1f019ca808
@ -33,7 +33,7 @@ android {
|
||||
dependencies {
|
||||
compile project(modulePrefix + 'library-core')
|
||||
compile 'com.android.support:support-annotations:' + supportLibraryVersion
|
||||
androidTestCompile project(':testutils')
|
||||
androidTestCompile project(modulePrefix + 'testutils')
|
||||
androidTestCompile 'com.google.dexmaker:dexmaker:' + dexmakerVersion
|
||||
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:' + dexmakerVersion
|
||||
androidTestCompile 'org.mockito:mockito-core:' + mockitoVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user