Skip to content

Commit

Permalink
bugfix: JitPack CI fails to build provisioning library.
Browse files Browse the repository at this point in the history
Root cause: JitPack CI fails to build library with protoc 3.7.0 version.
Solution: Changed protoc to 3.5.1 version.
  • Loading branch information
KhushbuShah25 committed Jun 1, 2021
1 parent 545f4ad commit d942e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.7.0'
artifact = 'com.google.protobuf:protoc:3.5.1'
}
plugins {
javalite {
Expand Down

0 comments on commit d942e5d

Please sign in to comment.