Skip to content

Commit

Permalink
chore(deps): downgrade com.google.protobuf:protoc to be able to compi…
Browse files Browse the repository at this point in the history
…le sdk-full artifact

Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
  • Loading branch information
thenswan committed May 17, 2024
1 parent 7fc3e93 commit da7fe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
// https://github.com/google/protobuf-gradle-plugin
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.24.3"
artifact = "com.google.protobuf:protoc:3.23.4"
}
plugins {
grpc {
Expand Down

0 comments on commit da7fe90

Please sign in to comment.