Skip to content

Commit

Permalink
Remove unnecessary Gradle resolutionStrategy (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Mar 6, 2024
1 parent 87d73ec commit dd278bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ pluginManagement {
google()
gradlePluginPortal()
}

resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.android")
useModule("com.android.tools.build:gradle:${requested.version}")
}
}
}

plugins {
Expand Down

0 comments on commit dd278bd

Please sign in to comment.