Skip to content

Commit

Permalink
remove unneeded android things
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 7, 2020
1 parent bfec92d commit 8fadb86
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gradle-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ pluginManagement {
gradlePluginPortal()
mavenCentral()
jcenter()
google()
}
resolutionStrategy {
eachPlugin {
if ("com.android" in requested.id.id) {
useModule("com.android.tools.build:gradle:${requested.version}")
}
}
}
}

Expand Down

0 comments on commit 8fadb86

Please sign in to comment.