From 652c47d2eb08e0d397906cc8cbe46762b0b792f3 Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 2 Apr 2019 12:15:45 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e1262e58b..7151fdcba5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,9 +82,9 @@ dependencies { implementation files('libs/ripple-core-0.0.1.jar') //4 dependencies for ripple-core TODO: move to module? - implementation 'net.i2p.crypto:eddsa:0.2.0' + implementation 'net.i2p.crypto:eddsa:0.3.0' implementation 'org.bouncycastle:bcprov-jdk15on:1.58' //noinspection DuplicatePlatformClasses - implementation 'org.json:json:20171018' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.3' + implementation 'org.json:json:20180813' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8' } \ No newline at end of file