Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekawinataa committed Jul 19, 2024
1 parent 4c76d45 commit 3087a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ dependencies {
protobuf {
generatedFilesBaseDir = "$projectDir/src/generated"
protoc {
artifact = "com.google.protobuf:protoc:3.17.3"
artifact = "com.google.protobuf:protoc:3.1.0"
}
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.60.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.0.3"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 3087a6b

Please sign in to comment.