Skip to content

Commit 6e788ac

Browse files
authored
Changes to protoc version to make it working for m1 macs. (#3479)
1 parent 17661dc commit 6e788ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ ext {
4949
googleTruthVersion = '1.1.2'
5050
grpcVersion = '1.44.1'
5151
robolectricVersion = '4.3.1'
52-
protocVersion = '3.14.0'
53-
javaliteVersion = '3.14.0'
52+
protocVersion = '3.17.3'
53+
javaliteVersion = '3.17.3'
5454
}
5555

5656
apply plugin: com.google.firebase.gradle.plugins.publish.PublishingPlugin

0 commit comments

Comments
 (0)