Skip to content

Commit 54905f5

Browse files
committed
Add Java JSON To Gradle
1 parent 996dea6 commit 54905f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newsapilib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation fileTree(include: ['*.jar'], dir: 'libs')
77
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
88
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
9-
implementation files('libs/java-json.jar')
9+
implementation 'org.json:json:20220320'
1010
}
1111

1212
sourceCompatibility = "1.7"

0 commit comments

Comments
 (0)