Skip to content

Commit

Permalink
Merge pull request #1041 from mikepenz/feature/upgrade_dependencies_2…
Browse files Browse the repository at this point in the history
…0241129

Upgrade to Kotlin 2.1 | Gradle 8.11.1
  • Loading branch information
mikepenz authored Nov 29, 2024
2 parents cf3e4fa + 2ff4e73 commit 80682f6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
12 changes: 9 additions & 3 deletions aboutlibraries-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,15 @@ kotlin {
watchosDeviceArm64()

// common sets
ios()
tvos()
watchos()
iosX64()
iosArm64()
iosSimulatorArm64()
tvosX64()
tvosArm64()
tvosSimulatorArm64()
watchosX64()
watchosArm64()
watchosSimulatorArm64()

/*
cocoapods {
Expand Down
10 changes: 5 additions & 5 deletions app-desktop/src/main/resources/aboutlibraries.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generated": "2024-11-16T14:12:37.75Z"
"generated": "2024-11-29T14:41:44.149Z"
},
"libraries": [
{
Expand Down Expand Up @@ -160,7 +160,7 @@
"name": "Mike Penz"
}
],
"artifactVersion": "11.3.0-b01",
"artifactVersion": "11.3.0-rc01",
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
"scm": {
"connection": "scm:[email protected]:mikepenz/AboutLibraries.git",
Expand All @@ -183,7 +183,7 @@
"name": "Mike Penz"
}
],
"artifactVersion": "11.3.0-b01",
"artifactVersion": "11.3.0-rc01",
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
"scm": {
"connection": "scm:[email protected]:mikepenz/AboutLibraries.git",
Expand Down Expand Up @@ -663,7 +663,7 @@
"name": "Kotlin Team"
}
],
"artifactVersion": "2.0.21",
"artifactVersion": "2.1.0",
"description": "Kotlin Standard Library",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
Expand Down Expand Up @@ -757,7 +757,7 @@
"name": "JetBrains Team"
}
],
"artifactVersion": "0.3.7",
"artifactVersion": "0.3.8",
"description": "Kotlin Immutable Collections multiplatform library",
"scm": {
"url": "https://github.com/Kotlin/kotlinx.collections.immutable"
Expand Down
2 changes: 1 addition & 1 deletion app-test/files/aboutlibraries.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targetSdk = "35"
gradleBuild = "8.7.2"
# kotlin
dokka = "1.9.20"
kotlinCore = { require = "2.0.21" }
kotlinCore = { require = "2.1.0" }
kotlinCoroutines = { require = "1.9.0" }
kotlinxSerialization = "1.7.3"
kotlinxCollections = "0.3.8"
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.11-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 80682f6

Please sign in to comment.