Skip to content

Commit

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

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

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

---
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 version

---------

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 Mar 21, 2024
1 parent b57a5b0 commit 52e9359
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.6.3'
compose_material_version = '1.6.3'
compose_compiler_version = '1.5.8'
compose_compiler_version = '1.5.11'
}

dependencies {
Expand All @@ -13,7 +13,7 @@ buildscript {
plugins {
id 'com.android.application' version '8.3.0' apply false
id 'com.android.library' version '8.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 52e9359

Please sign in to comment.