From e1db7ba933e72e2edb6803576286d78ea7bc0cb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:15:46 +0200 Subject: [PATCH] chore(deps): update kotlin (#4626) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://togithub.com/google/ksp)) | `2.0.10-1.0.24` -> `2.0.20-1.0.24` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp/2.0.20-1.0.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.devtools.ksp/2.0.20-1.0.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.devtools.ksp/2.0.10-1.0.24/2.0.20-1.0.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp/2.0.10-1.0.24/2.0.20-1.0.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.plugin.parcelize | `2.0.10` -> `2.0.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.10/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.10/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.android | `2.0.10` -> `2.0.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.android/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.android/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.android/2.0.10/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.android/2.0.10/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
google/ksp (com.google.devtools.ksp) ### [`v2.0.20-1.0.24`](https://togithub.com/google/ksp/releases/tag/2.0.20-1.0.24) [Compare Source](https://togithub.com/google/ksp/compare/2.0.10-1.0.24...2.0.20-1.0.24) #### What's Changed - UPDATE_KOTLIN_VERSION: 2.0.20 by [@​ting-yuan](https://togithub.com/ting-yuan) in [https://github.com/google/ksp/pull/2040](https://togithub.com/google/ksp/pull/2040)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/tuskyapp/Tusky). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 4 +- gradle/verification-metadata.xml | 303 +++++++++++++++++++++++++++++++ 2 files changed, 305 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 981156466..62b971375 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ glide = "4.16.0" # Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631 glide-animation-plugin = "2.23.0" hilt = "2.52" -kotlin = "2.0.10" +kotlin = "2.0.20" image-cropper = "4.3.2" material = "1.12.0" material-drawer = "8.4.5" @@ -56,7 +56,7 @@ xmlwriter = "1.0.4" [plugins] android-application = { id = "com.android.application", version.ref = "agp" } -google-ksp = "com.google.devtools.ksp:2.0.10-1.0.24" +google-ksp = "com.google.devtools.ksp:2.0.20-1.0.24" hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 5e99870ac..1cb8a7134 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -5263,6 +5263,11 @@ + + + + + @@ -5295,6 +5300,14 @@ + + + + + + + + @@ -5353,6 +5366,14 @@ + + + + + + + + @@ -5385,6 +5406,14 @@ + + + + + + + + @@ -5417,6 +5446,14 @@ + + + + + + + + @@ -5449,6 +5486,14 @@ + + + + + + + + @@ -7232,6 +7277,14 @@ + + + + + + + + @@ -7268,6 +7321,14 @@ + + + + + + + + @@ -7284,6 +7345,14 @@ + + + + + + + + @@ -7300,6 +7369,14 @@ + + + + + + + + @@ -7316,6 +7393,14 @@ + + + + + + + + @@ -7340,6 +7425,14 @@ + + + + + + + + @@ -7356,6 +7449,14 @@ + + + + + + + + @@ -7372,6 +7473,14 @@ + + + + + + + + @@ -7396,6 +7505,14 @@ + + + + + + + + @@ -7412,6 +7529,14 @@ + + + + + + + + @@ -7428,6 +7553,14 @@ + + + + + + + + @@ -7444,6 +7577,14 @@ + + + + + + + + @@ -7460,6 +7601,14 @@ + + + + + + + + @@ -7476,6 +7625,14 @@ + + + + + + + + @@ -7492,6 +7649,14 @@ + + + + + + + + @@ -7508,6 +7673,14 @@ + + + + + + + + @@ -7524,6 +7697,14 @@ + + + + + + + + @@ -7540,6 +7721,14 @@ + + + + + + + + @@ -7578,6 +7767,14 @@ + + + + + + + + @@ -7594,6 +7791,14 @@ + + + + + + + + @@ -7613,6 +7818,14 @@ + + + + + + + + @@ -7661,6 +7874,14 @@ + + + + + + + + @@ -7677,6 +7898,14 @@ + + + + + + + + @@ -7693,6 +7922,14 @@ + + + + + + + + @@ -7709,6 +7946,14 @@ + + + + + + + + @@ -7725,6 +7970,14 @@ + + + + + + + + @@ -7816,6 +8069,17 @@ + + + + + + + + + + + @@ -7867,6 +8131,11 @@ + + + + + @@ -7979,6 +8248,14 @@ + + + + + + + + @@ -7995,6 +8272,14 @@ + + + + + + + + @@ -8011,6 +8296,14 @@ + + + + + + + + @@ -8021,6 +8314,11 @@ + + + + + @@ -8031,6 +8329,11 @@ + + + + +