Skip to content

Commit 2c394ea

Browse files
Update libraries and gradle
1 parent 5796616 commit 2c394ea

File tree

5 files changed

+582
-544
lines changed

5 files changed

+582
-544
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To use the library in a single-platform project, add a dependency.
4949

5050
```kotlin
5151
dependencies {
52-
implementation("app.moviebase:tmdb-api:1.4.0")
52+
implementation("app.moviebase:tmdb-api:1.5.0")
5353
}
5454
```
5555

@@ -58,7 +58,7 @@ In Kotlin Multiplatform projects, add the dependency to your commonMain source-s
5858
```kotlin
5959
commonMain {
6060
dependencies {
61-
implementation("app.moviebase:tmdb-api:1.4.0")
61+
implementation("app.moviebase:tmdb-api:1.5.0")
6262
}
6363
}
6464
```

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
kotlin = "2.0.21"
3-
ben-manes-versions = "0.51.0"
3+
ben-manes-versions = "0.52.0"
44
dokka = "1.9.20"
55
kotlinx-datetime = "0.6.1"
6-
kotlinx-serialization = "1.7.3"
6+
kotlinx-serialization = "1.8.1"
77
coroutines = "1.9.0"
8-
ktor = "3.0.1"
8+
ktor = "3.2.1"
99
junit-jupiter = "5.11.3"
1010
truth = "1.4.4"
1111
junit = "4.13.2"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)