Skip to content

Commit

Permalink
chore: bump org.jetbrains.kotlin.android from 1.9.21 to 1.9.22 (#42)
Browse files Browse the repository at this point in the history
* build(deps): bump org.jetbrains.kotlin.android from 1.9.21 to 1.9.22

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] <[email protected]>

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HMLTFan <[email protected]>
  • Loading branch information
dependabot[bot] and xfqwdsj authored Jan 12, 2024
1 parent 1d2a7fe commit 6e27a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.6'
kotlinCompilerExtensionVersion '1.5.8'
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.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
}

0 comments on commit 6e27a2f

Please sign in to comment.