Skip to content

Commit

Permalink
build: 升级pb plugin支持m1
Browse files Browse the repository at this point in the history
  • Loading branch information
styluo authored and tianhui12 committed Mar 14, 2022
1 parent 89ad77b commit f470312
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ buildscript {
'auto_service' : 'com.google.auto.service:auto-service:1.0-rc7',
'auto_service_annotations': 'com.google.auto.service:auto-service-annotations:1.0-rc7',

'protobuf_gradle_plugin' : 'com.google.protobuf:protobuf-gradle-plugin:0.8.17',
'protobuf_java' : 'com.google.protobuf:protobuf-java:3.19.1',
'protobuf_javalite' : 'com.google.protobuf:protobuf-javalite:3.19.1',
'protobufc' : 'com.google.protobuf:protoc:3.9.1',
'protobuf_java_util' : 'com.google.protobuf:protobuf-java-util:3.19.1',
'protobuf_gradle_plugin' : 'com.google.protobuf:protobuf-gradle-plugin:0.8.18',
'protobuf_java' : 'com.google.protobuf:protobuf-java:3.19.4',
'protobuf_javalite' : 'com.google.protobuf:protobuf-javalite:3.19.4',
'protobufc' : 'com.google.protobuf:protoc:3.19.4',
'protobuf_java_util' : 'com.google.protobuf:protobuf-java-util:3.19.4',
],

'squareup' : [
Expand Down

0 comments on commit f470312

Please sign in to comment.