From c4f833323d32467089d78dfc2fa6027f240b06e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:04:18 +0000 Subject: [PATCH 1/4] Bump com.google.devtools.ksp from 1.8.0-1.0.9 to 1.8.10-1.0.9 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.0-1.0.9 to 1.8.10-1.0.9. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.8.0-1.0.9...1.8.10-1.0.9) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03b5a14..e25a219 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ gradlePlugin = "8.0.0-beta03" manesVersions = "0.44.0" littleRobotsCatalogUpdates = "0.7.0" hilt = "2.44.2" -ksp = "1.8.0-1.0.9" +ksp = "1.8.10-1.0.9" retrofit = "2.9.0" moshi = "1.14.0" networkResponseAdapter = "5.0.0" From d8534af9fdaca0d97480baa223574981f0df08d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:20:23 +0000 Subject: [PATCH 2/4] Bump composeDestinations from 1.8.33-beta to 1.8.36-beta Bumps `composeDestinations` from 1.8.33-beta to 1.8.36-beta. Updates `io.github.raamcosta.compose-destinations:animations-core` from 1.8.33-beta to 1.8.36-beta - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.8.33-beta...1.8.36-beta) Updates `io.github.raamcosta.compose-destinations:ksp` from 1.8.33-beta to 1.8.36-beta - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.8.33-beta...1.8.36-beta) --- updated-dependencies: - dependency-name: io.github.raamcosta.compose-destinations:animations-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4279f4..44257fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ retrofit = "2.9.0" moshi = "1.14.0" networkResponseAdapter = "5.0.0" napier = "2.6.1" -composeDestinations = "1.8.33-beta" +composeDestinations = "1.8.36-beta" okhttp = "4.10.0" composePlatform = "2022.10.00" activityCompose = "1.6.1" From 6b9edb537c7b745347e3cbb29a2212dbfafeba82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:12:49 +0000 Subject: [PATCH 3/4] Bump org.jetbrains.kotlin.android from 1.8.0 to 1.8.20 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4279f4..7a4a7ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ androidxCore = "1.9.0" androidxLifecycle = "2.5.1" kotlinCompilerExtensionVersion = "1.4.0" jvmTarget = "17" -kotlin = "1.8.0" +kotlin = "1.8.20" gradlePlugin = "8.0.0-beta03" manesVersions = "0.44.0" littleRobotsCatalogUpdates = "0.7.0" From 005f73862d9edf3bbecc853e0b7ddd8354fd02af Mon Sep 17 00:00:00 2001 From: Christiaan de Die le Clercq Date: Fri, 31 Mar 2023 17:54:05 +0200 Subject: [PATCH 4/4] Upgrade to Kotlin 1.8.10 with required dependencies --- .idea/kotlinc.xml | 2 +- .idea/misc.xml | 1 - build.gradle | 2 +- gradle/libs.versions.toml | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 2b8a50f..0fc3113 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 5701082..e541a32 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/build.gradle b/build.gradle index ed4c0bb..10a2858 100644 --- a/build.gradle +++ b/build.gradle @@ -12,4 +12,4 @@ plugins { // sets class paths only (because of 'apply false') alias libs.plugins.jetbrainsKotlinAndroid apply false alias libs.plugins.hilt apply false alias libs.plugins.ksp apply false -} \ No newline at end of file +} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 901de2c..d02cbba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] androidxCore = "1.9.0" androidxLifecycle = "2.5.1" -kotlinCompilerExtensionVersion = "1.4.0" +kotlinCompilerExtensionVersion = "1.4.4" jvmTarget = "17" -kotlin = "1.8.20" -gradlePlugin = "8.0.0-beta03" +kotlin = "1.8.10" +gradlePlugin = "8.0.0-rc01" manesVersions = "0.44.0" littleRobotsCatalogUpdates = "0.7.0" hilt = "2.45" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 27e0040..2ec4a67 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Jan 26 10:33:34 CET 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists