aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2018-04-23 15:24:24 -0700
committerGitHub <noreply@github.com>2018-04-23 15:24:24 -0700
commit62e6e2de784cd7b0096a334fdb629c36159c938f (patch)
tree6f102d25b02230ea7b4100b4eb7ed43d17921683 /android
parentba86a86c7726b3ce9ef8e1a11b1e99beceb53537 (diff)
downloadgrpc-grpc-java-62e6e2de784cd7b0096a334fdb629c36159c938f.tar.gz
Start 1.13.0 development cycle (#4383)
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 86309689d..cb919a1d1 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -44,8 +44,8 @@ repositories {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.12.0-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-okhttp:1.12.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.13.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-okhttp:1.13.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'