Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libraries #143

Merged
merged 1 commit into from
Jun 10, 2024
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
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=app.moviebase
VERSION_NAME=1.3.4
VERSION_NAME=1.4.0-SNAPSHOT

POM_NAME=TMDB API for KMM
POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API.
Expand All @@ -20,14 +20,14 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo

POM_URL=https://github.com/MoviebaseApp/tmdb-api
POM_SCM_URL=https://github.com/MoviebaseApp/tmdb-api
POM_SCM_CONNECTION=scm:git:git@github.com:MoviebaseApp/tmdb-api.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:MoviebaseApp/tmdb-api.git
POM_URL=https://github.com/MoviebaseApp/tmdb-kotlin
POM_SCM_URL=https://github.com/MoviebaseApp/tmdb-kotlin
POM_SCM_CONNECTION=scm:git:git@github.com:MoviebaseApp/tmdb-kotlin.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:MoviebaseApp/tmdb-kotlin.git

POM_DEVELOPER_ID=chrisnkrueger
POM_DEVELOPER_ID=ChrisKruegerDev
POM_DEVELOPER_NAME=Chris Krueger
POM_DEVELOPER_URL=https://github.com/chrisnkrueger
POM_DEVELOPER_URL=https://github.com/ChrisKruegerDev

# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
kotlin = "1.9.22"
kotlin = "1.9.23"
spotless = "6.23.3"
ben-manes-versions = "0.50.0"
dokka = "1.9.10"
dokka = "1.9.20"
kotlinx-datetime = "0.5.0"
kotlinx-serialization = "1.6.2"
kotlinx-serialization = "1.6.3"
coroutines = "1.8.0"
ktor = "2.3.8"
ktor = "2.3.10"
ktlint = "1.1.1"
junit-jupiter = "5.10.1"
truth = "1.1.5"
junit-jupiter = "5.10.2"
truth = "1.4.2"
junit = "4.13.2"
maven-publish = "0.25.3"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading