Skip to content

Commit 4c4b33c

Browse files
committed
Fix grpc plugin repo usage
1 parent 8fcdf86 commit 4c4b33c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

android/settings.gradle.kts

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ pluginManagement {
22
repositories {
33
google()
44
mavenCentral()
5-
gradlePluginPortal()
5+
gradlePluginPortal {
6+
content {
7+
excludeGroup("io.grpc")
8+
}
9+
}
610
}
711
}
812

0 commit comments

Comments
 (0)