Skip to content

Commit

Permalink
fix(protobuf): Updated android protobuf references to fix M1 build
Browse files Browse the repository at this point in the history
Related issue: pauldemarco#947
  • Loading branch information
vinicz committed Oct 14, 2022
1 parent df22067 commit 312ae1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 312ae1d

Please sign in to comment.