From 10ffdc99e6b8f24839cc9cf49ccbc640f7414199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:52:46 -0700 Subject: [PATCH] chore(deps): bump kotlinAndroidPlugin from 2.0.21 to 2.1.0 in /android (#1039) * chore(deps): bump kotlinAndroidPlugin from 2.0.21 to 2.1.0 in /android Bumps `kotlinAndroidPlugin` from 2.0.21 to 2.1.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin.android` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update build.gradle --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Martinez --- android/gradle/libs.versions.toml | 2 +- examples/example-clientlib-ktx-app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 4ab4d008..7d5e7b83 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # plugin versions androidGradlePlugin = "8.7.2" -kotlinAndroidPlugin = "2.0.21" +kotlinAndroidPlugin = "2.1.0" nexusPublishPlugin = "2.0.0" # library versions diff --git a/examples/example-clientlib-ktx-app/build.gradle b/examples/example-clientlib-ktx-app/build.gradle index a5b220c6..f4f213dc 100644 --- a/examples/example-clientlib-ktx-app/build.gradle +++ b/examples/example-clientlib-ktx-app/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlin_version = '2.0.21' + kotlin_version = '2.1.0' compose_version = '1.7.5' compose_material_version = '1.7.5' }