aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2018-06-04 16:08:31 -0700
committerGitHub <noreply@github.com>2018-06-04 16:08:31 -0700
commit8a3e623be77ca8fc5bafd82ab21fa83607405c85 (patch)
tree09c8deeae787027310dabd008266836361e574bb /android
parent2a127ce3e7854a7de942f44c8938f459ab3ecac3 (diff)
downloadgrpc-grpc-java-8a3e623be77ca8fc5bafd82ab21fa83607405c85.tar.gz
Start 1.14.0 development cycle
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 025ae5e5c..2385c4edb 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
group = "io.grpc"
-version = "1.13.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+version = "1.14.0-SNAPSHOT" // CURRENT_GRPC_VERSION
description = 'gRPC: Android'
buildscript {
@@ -44,9 +44,9 @@ repositories {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.13.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-okhttp:1.13.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-okhttp:1.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'com.google.truth:truth:0.39'