aboutsummaryrefslogtreecommitdiff
path: root/documentation
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 /documentation
parent62ee23a43f4650771a2e082917dd5fd13e02e0aa (diff)
downloadgrpc-grpc-java-57043233bf5aecce92f0c6629b6ac46d9393ce8c.tar.gz
Bump version to 1.16.1upstream/v1.16.1
Diffstat (limited to 'documentation')
-rw-r--r--documentation/android-channel-builder.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/android-channel-builder.md b/documentation/android-channel-builder.md
index 03807e142..4f82d2c95 100644
--- a/documentation/android-channel-builder.md
+++ b/documentation/android-channel-builder.md
@@ -36,8 +36,8 @@ In your `build.gradle` file, include a dependency on both `grpc-android` and
`grpc-okhttp`:
```
-compile 'io.grpc:grpc-android:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
-compile 'io.grpc:grpc-okhttp:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-android:1.16.1' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-okhttp:1.16.1' // CURRENT_GRPC_VERSION
```
You will also need permission to access the device's network state in your