mirror of
https://github.com/androidx/media.git
synced 2025-05-11 17:49:52 +08:00
Don't apply dependency check in non-app modules
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209757391
This commit is contained in:
parent
02a8964fe2
commit
e2ebb78b63
@ -50,8 +50,6 @@ dependencies {
|
||||
api 'com.android.support:recyclerview-v7:' + supportLibraryVersion
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.android.gms.strict-version-matcher-plugin'
|
||||
|
||||
ext {
|
||||
javadocTitle = 'Cast extension'
|
||||
}
|
||||
|
@ -48,8 +48,6 @@ dependencies {
|
||||
testImplementation project(modulePrefix + 'testutils-robolectric')
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.android.gms.strict-version-matcher-plugin'
|
||||
|
||||
ext {
|
||||
javadocTitle = 'IMA extension'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user