Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Update dependency app.moviebase:trakt-api to v0.6.0 #1464

Merged
merged 2 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ actual interface TraktPlatformComponent {
traktAuthRepository: Lazy<TraktAuthRepository>,
): Trakt = Trakt {
traktApiKey = oauthInfo.clientId
maxRetriesOnException = 3
maxRetries = 3

logging {
logger = object : io.ktor.client.plugins.logging.Logger {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ actual interface TraktPlatformComponent {
traktAuthRepository: Lazy<TraktAuthRepository>,
): Trakt = Trakt {
traktApiKey = oauthInfo.clientId
maxRetriesOnException = 3
maxRetries = 3

httpClient(OkHttp) {
// Probably want to move to using Ktor's caching, timeouts, etc eventually
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sqldelight-primitive = { module = "app.cash.sqldelight:primitive-adapters", vers
timber = "com.jakewharton.timber:timber:5.0.1"

tmdb-api = "app.moviebase:tmdb-api:1.1.0"
trakt-api = "app.moviebase:trakt-api:0.5.0"
trakt-api = "app.moviebase:trakt-api:0.6.0"

assertk = "com.willowtreeapps.assertk:assertk:0.26.1"

Expand Down