Commit e2ebb78b by olly Committed by Oliver Woodman

Don't apply dependency check in non-app modules

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=209757391
parent 02a8964f
...@@ -50,8 +50,6 @@ dependencies { ...@@ -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'
} }
......
...@@ -48,8 +48,6 @@ dependencies { ...@@ -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'
} }
......
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