mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Fix MediaSession gradle file to use modulePrefix
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162610352
This commit is contained in:
parent
554a399407
commit
94b08b27e9
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user