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
This commit is contained in:
olly 2018-11-12 04:43:43 -08:00 committed by Oliver Woodman
parent eb6859e436
commit afebaed0c5

View File

@ -31,7 +31,7 @@ android {
dependencies { dependencies {
implementation project(modulePrefix + 'library-core') implementation project(modulePrefix + 'library-core')
implementation 'com.android.support:support-media-compat:' + supportLibraryVersion api 'com.android.support:support-media-compat:' + supportLibraryVersion
} }
ext { ext {