aboutsummaryrefslogtreecommitdiff
path: root/android
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 /android
parent7b126b00a0f02a3d244ad6065b0fdb7ffebe4115 (diff)
downloadgrpc-grpc-java-28d44ae46db412e614e502211fd74fe6194997a1.tar.gz
Start 1.16.0 development cycle (#4803)
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/build.gradle b/android/build.gradle
index e42ef9fd5..d3303c494 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
group = "io.grpc"
-version = "1.15.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+version = "1.16.0-SNAPSHOT" // CURRENT_GRPC_VERSION
description = 'gRPC: Android'
buildscript {
@@ -41,9 +41,9 @@ repositories {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-okhttp:1.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'com.google.truth:truth:0.39'