Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* bump compose compiler

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <funkatronicsmail@gmail.com>
  • Loading branch information
dependabot[bot] and Funkatronics authored Jan 12, 2024
1 parent 8d54235 commit 8deaa23
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.6'
compose_compiler_version = '1.5.8'
}

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.21' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 8deaa23

Please sign in to comment.