Skip to content

Commit 2e991a3

Browse files
Added simple-json library to the project distribution
1 parent 726fe8b commit 2e991a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ idea {
106106

107107
dependencies {
108108
testImplementation 'junit:junit:4.13'
109-
implementation 'org.json:json:20211205'
109+
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
110110
}
111111

112112
test {

0 commit comments

Comments
 (0)