All of lore.kernel.org
 help / color / mirror / Atom feed
* com.wireguard.android:tunnel moved to Maven Central
@ 2021-02-12 16:50 Jason A. Donenfeld
  0 siblings, 0 replies; only message in thread
From: Jason A. Donenfeld @ 2021-02-12 16:50 UTC (permalink / raw)
  To: WireGuard mailing list; +Cc: Harsh Shandilya

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-12 16:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 16:50 com.wireguard.android:tunnel moved to Maven Central Jason A. Donenfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.