Commit 2426a047 by olly Committed by Oliver Woodman

Make support-media-compat an API dependency

The extension cannot be used without also using support-media-compat
(e.g. to instantiate a MediaSessionCompat). So it may as well be an
API dependency.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221072128
parent d9462b9d
Showing with 1 additions and 1 deletions
......@@ -31,7 +31,7 @@ android {
dependencies {
implementation project(modulePrefix + 'library-core')
implementation 'com.android.support:support-media-compat:' + supportLibraryVersion
api 'com.android.support:support-media-compat:' + supportLibraryVersion
}
ext {
......
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