We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499b437 commit 6670d39Copy full SHA for 6670d39
smoke-tests/apps/gRPC/build.gradle.kts
@@ -5,8 +5,8 @@ plugins {
5
id("com.google.protobuf") version "0.8.19"
6
}
7
8
-val grpcVersion = "1.16.1"
9
-val nettyVersion = "4.1.30.Final"
+val grpcVersion = "1.26.0" // first version with support for arm64
+val nettyVersion = "4.1.42.Final"
10
11
protobuf {
12
protoc {
0 commit comments