Skip to content

Commit f418687

Browse files
committed
fix
1 parent c5887ec commit f418687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val nettyVersion = "4.1.30.Final"
1111
protobuf {
1212
protoc {
1313
// Download compiler rather than using locally installed version:
14-
artifact = "com.google.protobuf:protoc:3.3.0"
14+
artifact = "com.google.protobuf:protoc:3.5.0" // first version with support for arm64
1515
}
1616
plugins {
1717
id("grpc") {

0 commit comments

Comments
 (0)