aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-10-24 12:52:41 -0700
committerEric Anderson <ejona@google.com>2018-10-24 12:52:41 -0700
commit63a24507658b3b9bab62be5f88b0f001824c808d (patch)
treecdced25b3438e11e4b2baa340b07f3d4391bc726 /android
parent2bc27bb91140d389f82c0170c72d45e5652b6166 (diff)
downloadgrpc-grpc-java-63a24507658b3b9bab62be5f88b0f001824c808d.tar.gz
Bump version to 1.16.1-SNAPSHOT
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 4745e3be0..d6f75af07 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
group = "io.grpc"
-version = "1.16.0" // CURRENT_GRPC_VERSION
+version = "1.16.1-SNAPSHOT" // CURRENT_GRPC_VERSION
description = 'gRPC: Android'
buildscript {
@@ -41,9 +41,9 @@ repositories {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.16.0' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-okhttp:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'com.google.truth:truth:0.39'