add last json library

This commit is contained in:
Capelier-Marla 2022-12-09 16:42:46 +01:00
parent 3d7eabf39c
commit bb899d7fc9

View File

@ -21,6 +21,7 @@ repositories {
} }
dependencies { dependencies {
implementation 'org.json:json:20220924'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
} }