Fix MediaSession gradle file to use modulePrefix

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162610352
This commit is contained in:
olly 2017-07-20 07:02:52 -07:00 committed by Oliver Woodman
parent 554a399407
commit 94b08b27e9

View File

@ -25,7 +25,7 @@ android {
}
dependencies {
compile project(':library-core')
compile project(modulePrefix + 'library-core')
compile 'com.android.support:support-media-compat:' + supportLibraryVersion
compile 'com.android.support:appcompat-v7:' + supportLibraryVersion
}