Skip to content

Commit f4ef9f4

Browse files
build(deps): bump ktVersion from 2.1.0 to 2.1.20 in /app
Bumps `ktVersion` from 2.1.0 to 2.1.20. Updates `android` from 2.1.0 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.20) Updates `plugin.serialization` from 2.1.0 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.20) --- updated-dependencies: - dependency-name: android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3373590 commit f4ef9f4

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.1.0"
8+
val ktVersion = "2.1.20"
99

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

0 commit comments

Comments
 (0)