Skip to content

Commit

Permalink
build.gradle: comments on threetenabp and trakt-java
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Jan 14, 2024
1 parent 4bd7c53 commit 97bacd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ dependencies {
implementation 'androidx.preference:preference:1.2.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3'
implementation 'org.json:json:20231013'
// see https://github.com/UweTrottmann/trakt-java?tab=readme-ov-file for threetenabp instead of threetenbp
implementation ('com.uwetrottmann.trakt5:trakt-java:6.11.2') {
exclude group: 'org.threeten', module: 'threetenbp'
}
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.6'
//implementation 'org.threeten:threetenbp:1.6.8'
api ('org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2') {
exclude group:'org.apache.oltu.oauth2' , module: 'org.apache.oltu.oauth2.common'
}
Expand Down

0 comments on commit 97bacd0

Please sign in to comment.