From 2e991a38734b5c838eba882334ab1c7904e3a68b Mon Sep 17 00:00:00 2001 From: bohdan-harniuk Date: Wed, 2 Feb 2022 15:05:05 +0200 Subject: [PATCH] Added simple-json library to the project distribution --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a759398ca..e454bdc40 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ idea { dependencies { testImplementation 'junit:junit:4.13' - implementation 'org.json:json:20211205' + implementation 'com.googlecode.json-simple:json-simple:1.1.1' } test {