aboutsummaryrefslogtreecommitdiff
path: root/cronet
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-03-12 18:34:53 -0700
committerEric Anderson <ejona@google.com>2018-03-13 09:04:25 -0700
commit11c8bcde1b03241d40a8fe826909042a9942d716 (patch)
tree3c8e95e6020eb54f9306c01a716ba31dfe53ccdb /cronet
parent7852b347817a91506e0e8e8532c3ef6418cad912 (diff)
downloadgrpc-grpc-java-11c8bcde1b03241d40a8fe826909042a9942d716.tar.gz
Start 1.12.0 development cycle
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 be06d2fc7..736725402 100644
--- a/cronet/build.gradle
+++ b/cronet/build.gradle
@@ -48,8 +48,8 @@ android {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.11.0-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-testing:1.11.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.12.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-testing:1.12.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation files('libs/cronet_api.jar')
implementation files('libs/cronet_impl_common_java.jar')