Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke authored May 5, 2024
1 parent 46757d4 commit 92b27d5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

This is an Android GUI for [AmneziaWG](https://amnezia.org/learn-more/31_amneziawg).

Library on Maven Central: [amenziawg-android](https://central.sonatype.com/artifact/com.zaneschepke/amneziawg-android)

## Use the amneziawg-android library

settings.gradle.kts
```
repositories {
mavenCentral()
}
```

build.gradle.kts
```
dependencies {
implementation("com.zaneschepke:amneziawg-android:1.2.0")
}
```

## Building

```
Expand Down

0 comments on commit 92b27d5

Please sign in to comment.