Skip to content

Commit

Permalink
upgrade protobuf compiler to 3.18 which is minimum version with macOS…
Browse files Browse the repository at this point in the history
… aarch64 builds
  • Loading branch information
cosmin authored and JohanBlome committed Oct 21, 2024
1 parent 70f334a commit 9b9ddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.11.0'
artifact = 'com.google.protobuf:protoc:3.18.0'
}
generateProtoTasks {
all().each { task ->
Expand Down

0 comments on commit 9b9ddb8

Please sign in to comment.