Skip to content

Commit

Permalink
macOS Apple M1/Arm Support #8062 - protocolbuffers/protobuf#8062
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalmaity committed Oct 5, 2021
1 parent f6382eb commit b22ce51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.11.4'
artifact = 'com.google.protobuf:protoc:3.17.3'
}
generateProtoTasks {
all().each { task ->
Expand All @@ -54,5 +54,5 @@ protobuf {
}

dependencies {
implementation 'com.google.protobuf:protobuf-javalite:3.11.4'
implementation 'com.google.protobuf:protobuf-javalite:3.17.3'
}

0 comments on commit b22ce51

Please sign in to comment.