Skip to content

Commit 6670d39

Browse files
committed
arm64
1 parent 499b437 commit 6670d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-tests/apps/gRPC/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id("com.google.protobuf") version "0.8.19"
66
}
77

8-
val grpcVersion = "1.16.1"
9-
val nettyVersion = "4.1.30.Final"
8+
val grpcVersion = "1.26.0" // first version with support for arm64
9+
val nettyVersion = "4.1.42.Final"
1010

1111
protobuf {
1212
protoc {

0 commit comments

Comments
 (0)