mirror of
https://github.com/androidx/media.git
synced 2025-05-12 18:19:50 +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
|
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 {
|
|||||||
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'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user