Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
M1 Mac でビルドできなくなったため変更
pauldemarco#947
  • Loading branch information
mochimochinoki committed Dec 2, 2021
1 parent a1cfa9a commit 9a0981c
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 9a0981c

Please sign in to comment.