aboutsummaryrefslogtreecommitdiff
path: root/cronet
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-10-26 10:47:41 -0700
committerEric Anderson <ejona@google.com>2018-10-26 10:47:41 -0700
commit57043233bf5aecce92f0c6629b6ac46d9393ce8c (patch)
treefed2731bb8afeab44c56cfd8cbbeb617c82aab0d /cronet
parent62ee23a43f4650771a2e082917dd5fd13e02e0aa (diff)
downloadgrpc-grpc-java-57043233bf5aecce92f0c6629b6ac46d9393ce8c.tar.gz
Bump version to 1.16.1upstream/v1.16.1
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 b847cb95d..dd9209df4 100644
--- a/cronet/build.gradle
+++ b/cronet/build.gradle
@@ -39,8 +39,8 @@ android {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-testing:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.16.1' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-testing:1.16.1' // CURRENT_GRPC_VERSION
implementation "org.chromium.net:cronet-embedded:66.3359.158"