From 451157d992a4c771e3bdf80b6563f80fb1582c77 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 12 Aug 2020 14:10:09 -0300 Subject: [wallet] Fix unit tests by including non-Android JSON dependency --- wallet/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index da3f9a8..4b204ec 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -133,6 +133,7 @@ dependencies { implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.10.2' testImplementation 'junit:junit:4.13' + testImplementation 'org.json:json:20190722' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } -- cgit v1.2.3