Build the WireGuard Android app
masterTo build the WireGuard Android application from source, clone the repository including all submodules and use the Gradle wrapper to assemble a release build. macOS users may require flock(1) to complete the build process.
$ git clone --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease