Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin.android from 1.9.10 to 1.9.20 …
Browse files Browse the repository at this point in the history
…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](JetBrains/kotlin@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] <support@github.com>

* bump compose

---------

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 committed Nov 10, 2023
1 parent 7028fc0 commit ac83e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3'
compose_compiler_version = '1.5.4'
}

dependencies {
Expand All @@ -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
}
}

0 comments on commit ac83e6d

Please sign in to comment.