taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 451157d992a4c771e3bdf80b6563f80fb1582c77
parent e9f9b5098a9830d8396fceda9b8d45f5c849f8e7
Author: Torsten Grote <t@grobox.de>
Date:   Wed, 12 Aug 2020 14:10:09 -0300

[wallet] Fix unit tests by including non-Android JSON dependency

Diffstat:
Mwallet/build.gradle | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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' }