aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2018-07-18 10:48:04 -0700
committerGitHub <noreply@github.com>2018-07-18 10:48:04 -0700
commit4335445d9820b89d409c6e15b55d16d69e19c9d9 (patch)
tree3f4483f48ec5c0f10edea564db09bc3a44cab9ba /android
parentf013771bd11bc5c3e1cb71705775ff6c62883acd (diff)
downloadgrpc-grpc-java-4335445d9820b89d409c6e15b55d16d69e19c9d9.tar.gz
Start 1.15.0 development cycle (#4650)
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 aff2cf2a1..47dbb4536 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
group = "io.grpc"
-version = "1.14.0-SNAPSHOT" // CURRENT_GRPC_VERSION
+version = "1.15.0-SNAPSHOT" // CURRENT_GRPC_VERSION
description = 'gRPC: Android'
buildscript {
@@ -40,9 +40,9 @@ repositories {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-okhttp:1.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-okhttp:1.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'com.google.truth:truth:0.39'