Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin.android from 2.0.0 to 2.0.10 i…
Browse files Browse the repository at this point in the history
…n /android (#920)

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

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

---
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 ktx example kotlin version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: funkatronics <funkatronicsmail@gmail.com>
  • Loading branch information
dependabot[bot] and Funkatronics authored Aug 13, 2024
1 parent 72b322b commit 3a987fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# plugin versions
androidGradlePlugin = "8.5.1"
kotlinAndroidPlugin = "2.0.0"
kotlinAndroidPlugin = "2.0.10"
nexusPublishPlugin = "2.0.0"

# library versions
Expand Down
2 changes: 1 addition & 1 deletion examples/example-clientlib-ktx-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '2.0.0'
kotlin_version = '2.0.10'
compose_version = '1.6.8'
compose_material_version = '1.6.8'
}
Expand Down

0 comments on commit 3a987fd

Please sign in to comment.