Skip to content

Commit

Permalink
chore(deps): bump kotlinAndroidPlugin from 2.0.21 to 2.1.0 in /android (
Browse files Browse the repository at this point in the history
#1039)

* chore(deps): bump kotlinAndroidPlugin from 2.0.21 to 2.1.0 in /android

Bumps `kotlinAndroidPlugin` from 2.0.21 to 2.1.0.

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.jetbrains.kotlin.android` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

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

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

* Update build.gradle

---------

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 Dec 3, 2024
1 parent 5a6c4bc commit 10ffdc9
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.7.2"
kotlinAndroidPlugin = "2.0.21"
kotlinAndroidPlugin = "2.1.0"
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.21'
kotlin_version = '2.1.0'
compose_version = '1.7.5'
compose_material_version = '1.7.5'
}
Expand Down

0 comments on commit 10ffdc9

Please sign in to comment.