gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: [wallet] Fix unit tests by


From: gnunet
Subject: [taler-taler-android] branch master updated: [wallet] Fix unit tests by including non-Android JSON dependency
Date: Wed, 12 Aug 2020 19:10:37 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new 451157d  [wallet] Fix unit tests by including non-Android JSON 
dependency
451157d is described below

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

    [wallet] Fix unit tests by including non-Android JSON dependency
---
 wallet/build.gradle | 1 +
 1 file changed, 1 insertion(+)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]