diff --git a/settings.gradle b/settings.gradle index bd0d89ba37..7fa50b373f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,14 +3,6 @@ pluginManagement { google() gradlePluginPortal() } - resolutionStrategy { - eachPlugin { - // https://github.com/google/play-services-plugins/issues/223 - if (requested.id.id == "com.google.android.gms.oss-licenses-plugin") { - useModule("com.google.android.gms:oss-licenses-plugin:${requested.version}") - } - } - } } // https://docs.gradle.com/enterprise/gradle-plugin/