aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-10-26 10:47:41 -0700
committerEric Anderson <ejona@google.com>2018-10-26 10:47:41 -0700
commit57043233bf5aecce92f0c6629b6ac46d9393ce8c (patch)
treefed2731bb8afeab44c56cfd8cbbeb617c82aab0d /android
parent62ee23a43f4650771a2e082917dd5fd13e02e0aa (diff)
downloadgrpc-grpc-java-57043233bf5aecce92f0c6629b6ac46d9393ce8c.tar.gz
Bump version to 1.16.1upstream/v1.16.1
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 d6f75af07..7aad5977e 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
group = "io.grpc"
-version = "1.16.1-SNAPSHOT" // CURRENT_GRPC_VERSION
+version = "1.16.1" // CURRENT_GRPC_VERSION
description = 'gRPC: Android'
buildscript {
@@ -41,9 +41,9 @@ repositories {
}
dependencies {
- implementation 'io.grpc:grpc-core:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-core:1.16.1' // CURRENT_GRPC_VERSION
- testImplementation 'io.grpc:grpc-okhttp:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ testImplementation 'io.grpc:grpc-okhttp:1.16.1' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'com.google.truth:truth:0.39'