For #15644: update RepoMatching.comAndroid.

In Android Gradle Plugin 3.6+, a new dependency is
com.android:zipflinger so we can't assume com.android is following by a
dot.
upstream-sync
Michael Comella 4 years ago committed by Michael Comella
parent 665a71cbb0
commit 30ce88c5d2

@ -235,7 +235,7 @@ object Deps {
object RepoMatching {
const val mozilla = "org\\.mozilla\\..*"
const val androidx = "androidx\\..*"
const val comAndroid = "com\\.android\\..*"
const val comAndroid = "com\\.android.*"
const val comGoogleFirebase = "com\\.google\\.firebase"
/**

Loading…
Cancel
Save