aboutsummaryrefslogtreecommitdiff
path: root/cronet
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2018-08-27 17:21:46 -0700
committerGitHub <noreply@github.com>2018-08-27 17:21:46 -0700
commit28d44ae46db412e614e502211fd74fe6194997a1 (patch)
tree89030eaadaa9e560abe3d090b0ccf2c700987232 /cronet
parent7b126b00a0f02a3d244ad6065b0fdb7ffebe4115 (diff)
downloadgrpc-grpc-java-28d44ae46db412e614e502211fd74fe6194997a1.tar.gz
Start 1.16.0 development cycle (#4803)
Diffstat (limited to 'cronet')
-rw-r--r--cronet/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/cronet/build.gradle b/cronet/build.gradle
index 7bb376ac2..ae0efd25e 100644
--- a/cronet/build.gradle
+++ b/cronet/build.gradle
@@ -39,8 +39,8 @@ android {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-testing:1.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation "org.chromium.net:cronet-embedded:66.3359.158"