diff options
author | Torsten Grote <t@grobox.de> | 2020-08-12 14:10:09 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-08-12 14:10:09 -0300 |
commit | 451157d992a4c771e3bdf80b6563f80fb1582c77 (patch) | |
tree | cfffd8c47a24af6158008d5455b812b76705f010 /wallet | |
parent | e9f9b5098a9830d8396fceda9b8d45f5c849f8e7 (diff) | |
download | taler-android-451157d992a4c771e3bdf80b6563f80fb1582c77.tar.gz taler-android-451157d992a4c771e3bdf80b6563f80fb1582c77.tar.bz2 taler-android-451157d992a4c771e3bdf80b6563f80fb1582c77.zip |
[wallet] Fix unit tests by including non-Android JSON dependency
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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' } |