diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-13 20:48:09 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-14 00:03:39 +0200 |
commit | 3c31c340d86f525b47fda115b1d2d0d1fe715abc (patch) | |
tree | 60c2cdc0268f994eda4b341fba60ccc6228c5339 /app/build.gradle | |
parent | 59620456ee0bf52e831ccbe3e0242253ab504c8b (diff) |
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.gradle | 2 |
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) { |