Skip to content

Commit

Permalink
Add Java JSON To Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KwabenBerko committed Jun 15, 2022
1 parent 996dea6 commit 54905f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsapilib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation files('libs/java-json.jar')
implementation 'org.json:json:20220320'
}

sourceCompatibility = "1.7"
Expand Down

0 comments on commit 54905f5

Please sign in to comment.