Skip to content

Commit

Permalink
Remove google repository from init specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Nov 8, 2024
1 parent 47cad5c commit ee9ed7e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
google() // Needed for the Android plugin, applied by the unified plugin
google()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
google() // Needed for the Android plugin, applied by the unified plugin
google()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
google() // Needed for the Android plugin, applied by the unified plugin
google()
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
google() // Needed for the Android plugin, applied by the unified plugin
gradlePluginPortal()
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
google() // Needed for the Android plugin, applied by the unified plugin
gradlePluginPortal()
}
}
Expand Down

0 comments on commit ee9ed7e

Please sign in to comment.