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:
olly 2018-08-22 06:43:30 -07:00 committed by Oliver Woodman
parent 02a8964fe2
commit e2ebb78b63
2 changed files with 0 additions and 4 deletions

View File

@ -50,8 +50,6 @@ dependencies {
api 'com.android.support:recyclerview-v7:' + supportLibraryVersion api 'com.android.support:recyclerview-v7:' + supportLibraryVersion
} }
apply plugin: 'com.google.android.gms.strict-version-matcher-plugin'
ext { ext {
javadocTitle = 'Cast extension' javadocTitle = 'Cast extension'
} }

View File

@ -48,8 +48,6 @@ dependencies {
testImplementation project(modulePrefix + 'testutils-robolectric') testImplementation project(modulePrefix + 'testutils-robolectric')
} }
apply plugin: 'com.google.android.gms.strict-version-matcher-plugin'
ext { ext {
javadocTitle = 'IMA extension' javadocTitle = 'IMA extension'
} }