Skip to content

Commit 246a067

Browse files
committed
- Changes to protoc version to make it working for m1 macs.
1 parent 9f44ece commit 246a067

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
googleTruthVersion = '1.1.2'
4949
grpcVersion = '1.44.1'
5050
robolectricVersion = '4.3.1'
51-
protocVersion = '3.14.0'
51+
protocVersion = '3.17.3'
5252
javaliteVersion = '3.14.0'
5353
}
5454

encoders/protoc-gen-firebase-encoders/protoc-gen-firebase-encoders.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jar {
3030
manifest.attributes "Main-Class": "com.google.firebase.encoders.proto.codegen.MainKt"
3131
}
3232

33+
kapt {
34+
correctErrorTypes true
35+
}
36+
3337
dependencies {
3438
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72"
3539

0 commit comments

Comments
 (0)