diff options
author | 2021-02-12 17:37:31 +0100 | |
---|---|---|
committer | 2021-02-12 17:37:31 +0100 | |
commit | 8768acee68be592c1823bb5dfe316ca3e730b31c (patch) | |
tree | 24b3a617ba9dc6f6e6124257d039e4a74502f02b | |
parent | build: update MDC to 1.3.0 stable release (diff) | |
download | wireguard-android-8768acee68be592c1823bb5dfe316ca3e730b31c.tar.xz wireguard-android-8768acee68be592c1823bb5dfe316ca3e730b31c.zip |
README: move tunnel to maven central
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ macOS users may need [flock(1)](https://github.com/discoteq/flock). ## Embedding -The tunnel library is [on JCenter](https://bintray.com/wireguard/wireguard-android/wireguard-android/_latestVersion), alongside [extensive class library documentation](https://javadoc.io/doc/com.wireguard.android/tunnel). +The tunnel library is [on Maven Central](https://search.maven.org/artifact/com.wireguard.android/tunnel), alongside [extensive class library documentation](https://javadoc.io/doc/com.wireguard.android/tunnel). ``` implementation 'com.wireguard.android:tunnel:$wireguardTunnelVersion' |