wireguard-android/app
Harsh Shandilya 0496b94aa8 build: Allow building release artifacts in-tree
This change avoids all need for changing any file under
VCS to insert signing keys and configs for release builds.

Example contents of keystore.properties

```
// Location of keystore, relative to module build.gradle,
// in this case, of the app module
storeFile=../wireguard.jks
storePassword=b3ty0uc4nth4xxth1s
keyAlias=wireguard
keyPassword=4ndr01dsux
```

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2018-06-05 19:58:34 +05:30
..
src/main MainActivity: Silence useless warning 2018-06-05 19:52:08 +05:30
tools libwg-go: better error when using unpatched Go 2018-06-05 03:28:16 +02:00
build.gradle build: Allow building release artifacts in-tree 2018-06-05 19:58:34 +05:30