Commit 94b08b27 by olly Committed by Oliver Woodman

Fix MediaSession gradle file to use modulePrefix

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162610352
parent 554a3994
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ android { ...@@ -25,7 +25,7 @@ android {
} }
dependencies { dependencies {
compile project(':library-core') compile project(modulePrefix + 'library-core')
compile 'com.android.support:support-media-compat:' + supportLibraryVersion compile 'com.android.support:support-media-compat:' + supportLibraryVersion
compile 'com.android.support:appcompat-v7:' + supportLibraryVersion compile 'com.android.support:appcompat-v7:' + supportLibraryVersion
} }
......
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