Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin.android from 1.9.20 to 1.9.21 …
Browse files Browse the repository at this point in the history
…in /examples/example-clientlib-ktx-app (#617)

* chore(deps): bump org.jetbrains.kotlin.android

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump compose (tho this version still only supports 1.9.20)

* bump compose

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <[email protected]>
  • Loading branch information
dependabot[bot] and Funkatronics authored Dec 10, 2023
1 parent 4691f2c commit 49ab51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-clientlib-ktx-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
compose_version = '1.3.3'
compose_material_version = '1.3.1'
compose_compiler_version = '1.5.4'
compose_compiler_version = '1.5.6'
}

dependencies {
Expand All @@ -13,7 +13,7 @@ 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.20' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 49ab51a

Please sign in to comment.