aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-13 20:48:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-14 00:03:39 +0200
commit3c31c340d86f525b47fda115b1d2d0d1fe715abc (patch)
tree60c2cdc0268f994eda4b341fba60ccc6228c5339 /app/build.gradle
parentRevert "Fix activity leak on Android Q" (diff)
downloadwireguard-android-3c31c340d86f525b47fda115b1d2d0d1fe715abc.tar.xz
wireguard-android-3c31c340d86f525b47fda115b1d2d0d1fe715abc.zip
Download modules after verifying signify signature
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 995229d5..794a01d6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -80,6 +80,7 @@ ext {
// If you choose to upgrade to minSDK 24 then you should also disable Jetifier from
// gradle.properties.
zxingEmbeddedVersion = '3.6.0'
+ eddsaVersion = '0.3.0'
}
dependencies {
@@ -94,6 +95,7 @@ dependencies {
implementation "com.journeyapps:zxing-android-embedded:$zxingEmbeddedVersion"
implementation "net.sourceforge.streamsupport:android-retrofuture:$streamsupportVersion"
implementation "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion"
+ implementation "net.i2p.crypto:eddsa:$eddsaVersion"
}
tasks.withType(JavaCompile) {