mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00: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
2 changed files with 0 additions and 4 deletions
|
|
@ -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…
Reference in a new issue