Skip to content

Commit ce9f803

Browse files
build(deps): bump ktVersion from 2.0.21 to 2.1.0 in /app
Bumps `ktVersion` from 2.0.21 to 2.1.0. Updates `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) Updates `plugin.serialization` 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: android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5809e1a commit ce9f803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import dev.zxilly.gradle.exec
55
plugins {
66
id("com.android.application") version "8.2.0"
77

8-
val ktVersion = "2.0.21"
8+
val ktVersion = "2.1.0"
99

1010
kotlin("android") version ktVersion
1111
kotlin("plugin.serialization") version ktVersion

0 commit comments

Comments
 (0)