aboutsummaryrefslogtreecommitdiff
path: root/documentation
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 /documentation
parent2bc27bb91140d389f82c0170c72d45e5652b6166 (diff)
downloadgrpc-grpc-java-63a24507658b3b9bab62be5f88b0f001824c808d.tar.gz
Bump version to 1.16.1-SNAPSHOT
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 cd316b4c8..03807e142 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.0' // CURRENT_GRPC_VERSION
-compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-android:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-okhttp:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
```
You will also need permission to access the device's network state in your