Skip to content

Commit

Permalink
Merge pull request #27 from Heads-and-Hands/dependabot/gradle/grpcVer…
Browse files Browse the repository at this point in the history
…sion-1.35.0

Bump grpcVersion from 1.30.0 to 1.35.0
  • Loading branch information
VoroninIgor authored Feb 16, 2021
2 parents 7b94054 + 68ef0c2 commit 47b5583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
def okhttp3Version = '3.12.10'

// grpc
def grpcVersion = "1.30.0"
def grpcVersion = "1.35.0"
def grpcKotlinVersion = "0.1.5" // CURRENT_GRPC_KOTLIN_VERSION
api "io.grpc:grpc-protobuf:$grpcVersion"
api "io.grpc:grpc-stub:$grpcVersion"
Expand Down

0 comments on commit 47b5583

Please sign in to comment.