com.wireguard.android:tunnel moved to Maven Central
Jason A. Donenfeld
Jason at zx2c4.com
Fri Feb 12 16:50:36 UTC 2021
Hi,
Ahead of JCenter shutting down, com.wireguard.android:tunnel has moved
to Maven Central:
https://search.maven.org/artifact/com.wireguard.android/tunnel
If you previously had in your Gradle:
repositories {
...
jcenter()
}
You can now replace that with:
repositories {
...
mavenCentral()
jcenter()
}
Or simply remove the jcenter() line if it's no longer needed by other
dependencies you might have.
More information about com.wireguard.android:tunnel is available at:
https://git.zx2c4.com/wireguard-android/about/#embedding
Information about integrating WireGuard into other platforms is available at:
https://www.wireguard.com/embedding/
Thanks,
Jason
More information about the WireGuard
mailing list