Skip to content

Commit

Permalink
Fix GRPC NuGet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac authored Oct 23, 2024
1 parent 3bf781a commit e5dcce7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4971,7 +4971,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-android",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Android",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -4981,7 +4981,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-api",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Api",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -4991,7 +4991,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-context",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Context",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -5001,7 +5001,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-core",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Core",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -5011,7 +5011,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-okhttp",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.OkHttp",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -5021,7 +5021,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-protobuf-lite",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Protobuf.Lite",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -5031,7 +5031,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-stub",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Stub",
"dependencyOnly": false,
"type": "androidlibrary",
Expand All @@ -5041,7 +5041,7 @@
"groupId": "io.grpc",
"artifactId": "grpc-util",
"version": "1.63.2",
"nugetVersion": "1.64.2.1",
"nugetVersion": "1.63.2.1",
"nugetId": "Xamarin.Grpc.Util",
"dependencyOnly": false,
"excludedRuntimeDependencies": "io.grpc.grpc-core,junit.junit,io.grpc.grpc-testing,org.mockito.mockito-core",
Expand Down

0 comments on commit e5dcce7

Please sign in to comment.