diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-16 12:02:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-16 18:01:06 +0200 |
commit | 53adb0e9a60c4a614179a916668a1a02264d1848 (patch) | |
tree | 5e1158bf6f8bba137062697545863e7e435ab1ed /build.gradle | |
parent | 6789c11a7b44c221879b60e6b9397c9f8dd451d7 (diff) |
Ed25519: use implementation from Tink
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ad6e5a1c..893a8976 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,6 @@ buildscript { coreKtxVersion = '1.3.1' coroutinesVersion = '1.3.9' desugarVersion = '1.0.10' - eddsaVersion = '0.3.0' fragmentVersion = '1.2.5' jsr305Version = '3.0.2' junitVersion = '4.13' |