Skip to content

Commit 10ffdc9

Browse files
chore(deps): bump kotlinAndroidPlugin from 2.0.21 to 2.1.0 in /android (#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>
1 parent 5a6c4bc commit 10ffdc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# plugin versions
33
androidGradlePlugin = "8.7.2"
4-
kotlinAndroidPlugin = "2.0.21"
4+
kotlinAndroidPlugin = "2.1.0"
55
nexusPublishPlugin = "2.0.0"
66

77
# library versions

examples/example-clientlib-ktx-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlin_version = '2.0.21'
3+
kotlin_version = '2.1.0'
44
compose_version = '1.7.5'
55
compose_material_version = '1.7.5'
66
}

0 commit comments

Comments
 (0)