From a704884444e5d3585a728fd94472c4935eaf2ed1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:05:10 +0100 Subject: [PATCH] Update Kotlin (#5000) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.1.10-1.0.31` -> `2.1.20-1.0.31` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.1.20-1.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.1.20-1.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.1.10-1.0.31/2.1.20-1.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.1.10-1.0.31/2.1.20-1.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.plugin.parcelize | `2.1.10` -> `2.1.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin/2.1.10/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin/2.1.10/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.android | `2.1.10` -> `2.1.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin/2.1.10/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin/2.1.10/2.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/ksp (com.google.devtools.ksp) ### [`v2.1.20-1.0.31`](https://redirect.github.com/google/ksp/releases/tag/2.1.20-1.0.31) [Compare Source](https://redirect.github.com/google/ksp/compare/2.1.10-1.0.31...2.1.20-1.0.31) #### What's Changed - Update github actions permissions for release on 1.0.31-release by [@​ting-yuan](https://redirect.github.com/ting-yuan) in [https://github.com/google/ksp/pull/2383](https://redirect.github.com/google/ksp/pull/2383) - Bump Kotlin version to 2.1.20 by [@​mkmuir0](https://redirect.github.com/mkmuir0) in [https://github.com/google/ksp/pull/2384](https://redirect.github.com/google/ksp/pull/2384) **Full Changelog**: https://github.com/google/ksp/compare/2.1.20-RC2-1.0.31...2.1.20-1.0.31
--- ### 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://redirect.github.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://mend.io/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 | 343 +++++++++++++++++++++++++++++++ 2 files changed, 345 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fec456973..0151d5d6c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ filemoji-compat = "3.2.7" glide = "4.16.0" glide-animation-plugin = "3.0.2" hilt = "2.56" -kotlin = "2.1.10" +kotlin = "2.1.20" image-cropper = "4.3.2" material = "1.12.0" material-drawer = "9.0.2" @@ -53,7 +53,7 @@ xmlwriter = "1.0.4" [plugins] android-application = { id = "com.android.application", version.ref = "agp" } -google-ksp = "com.google.devtools.ksp:2.1.10-1.0.31" +google-ksp = "com.google.devtools.ksp:2.1.20-1.0.31" 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 559887356..41cf0f8bf 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -11402,6 +11402,14 @@ + + + + + + + + @@ -11423,6 +11431,11 @@ + + + + + @@ -12019,6 +12032,11 @@ + + + + + @@ -12131,6 +12149,14 @@ + + + + + + + + @@ -12269,6 +12295,14 @@ + + + + + + + + @@ -12381,6 +12415,14 @@ + + + + + + + + @@ -12493,6 +12535,14 @@ + + + + + + + + @@ -12605,6 +12655,14 @@ + + + + + + + + @@ -12661,6 +12719,14 @@ + + + + + + + + @@ -12704,6 +12770,11 @@ + + + + + @@ -14878,6 +14949,14 @@ + + + + + + + + @@ -14929,6 +15008,14 @@ + + + + + + + + @@ -15055,6 +15142,14 @@ + + + + + + + + @@ -15103,6 +15198,14 @@ + + + + + + + + @@ -15151,6 +15254,14 @@ + + + + + + + + @@ -15207,6 +15318,14 @@ + + + + + + + + @@ -15255,6 +15374,14 @@ + + + + + + + + @@ -15303,6 +15430,14 @@ + + + + + + + + @@ -15359,6 +15494,14 @@ + + + + + + + + @@ -15407,6 +15550,14 @@ + + + + + + + + @@ -15455,6 +15606,14 @@ + + + + + + + + @@ -15503,6 +15662,17 @@ + + + + + + + + + + + @@ -15551,6 +15721,14 @@ + + + + + + + + @@ -15599,6 +15777,14 @@ + + + + + + + + @@ -15647,6 +15833,14 @@ + + + + + + + + @@ -15695,6 +15889,14 @@ + + + + + + + + @@ -15743,6 +15945,14 @@ + + + + + + + + @@ -15791,6 +16001,14 @@ + + + + + + + + @@ -15861,6 +16079,14 @@ + + + + + + + + @@ -15909,6 +16135,14 @@ + + + + + + + + @@ -15960,6 +16194,14 @@ + + + + + + + + @@ -16056,6 +16298,14 @@ + + + + + + + + @@ -16104,6 +16354,14 @@ + + + + + + + + @@ -16152,6 +16410,14 @@ + + + + + + + + @@ -16200,6 +16466,14 @@ + + + + + + + + @@ -16248,6 +16522,14 @@ + + + + + + + + @@ -16407,6 +16689,17 @@ + + + + + + + + + + + @@ -16494,6 +16787,11 @@ + + + + + @@ -16686,6 +16984,14 @@ + + + + + + + + @@ -16734,6 +17040,14 @@ + + + + + + + + @@ -16782,6 +17096,14 @@ + + + + + + + + @@ -16798,6 +17120,14 @@ + + + + + + + + @@ -16828,6 +17158,11 @@ + + + + + @@ -16858,6 +17193,11 @@ + + + + + @@ -17050,6 +17390,9 @@ + + +