From ac83e6dac0be6a37f6ab79135419171b001079d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:11:43 -0700 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.android from 1.9.10 to 1.9.20 in /examples/example-clientlib-ktx-app (#595) * chore(deps): bump org.jetbrains.kotlin.android Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.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/compare/v1.9.10...v1.9.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * bump compose --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Martinez --- examples/example-clientlib-ktx-app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/example-clientlib-ktx-app/build.gradle b/examples/example-clientlib-ktx-app/build.gradle index da8628e9..28bcb207 100644 --- a/examples/example-clientlib-ktx-app/build.gradle +++ b/examples/example-clientlib-ktx-app/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { compose_version = '1.3.3' compose_material_version = '1.3.1' - compose_compiler_version = '1.5.3' + compose_compiler_version = '1.5.4' } dependencies { @@ -13,9 +13,9 @@ buildscript { plugins { id 'com.android.application' version '7.2.2' apply false id 'com.android.library' version '7.2.2' apply false - id 'org.jetbrains.kotlin.android' version '1.9.10' apply false + id 'org.jetbrains.kotlin.android' version '1.9.20' apply false } task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +}