From 39dcd04750eef1581d0bdde394371ef9ca2808b9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 24 Aug 2020 17:10:49 -0300 Subject: Get rid of Jackson and only use multi-platform serialization --- wallet/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 8806a5a..ad3ba29 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -102,6 +102,8 @@ dependencies { implementation project(":anastasis-ui") implementation 'net.taler:akono:0.1' + implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" + implementation 'androidx.preference:preference:1.1.1' implementation 'com.google.android.material:material:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0' @@ -129,9 +131,6 @@ dependencies { implementation "io.noties.markwon:ext-tables:$markwon_version" implementation "io.noties.markwon:recycler:$markwon_version" - // JSON parsing and serialization - implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.2' - testImplementation 'junit:junit:4.13' testImplementation 'org.json:json:20200518' androidTestImplementation 'androidx.test:runner:1.2.0' -- cgit v1.2.3