We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996dea6 commit 54905f5Copy full SHA for 54905f5
newsapilib/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
implementation fileTree(include: ['*.jar'], dir: 'libs')
7
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
8
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
9
- implementation files('libs/java-json.jar')
+ implementation 'org.json:json:20220320'
10
}
11
12
sourceCompatibility = "1.7"
0 commit comments