Skip to content

Commit

Permalink
fix: build error in M1, issue: pauldemarco#947
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAiolia committed Mar 30, 2022
1 parent 6692050 commit 35154f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ android {

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

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

0 comments on commit 35154f5

Please sign in to comment.