Skip to content

Commit 64791e0

Browse files
dependabot[bot]Zxilly
authored andcommitted
build(deps): bump ktVersion from 2.1.0 to 2.2.21 in /app
Bumps `ktVersion` from 2.1.0 to 2.2.21. Updates `android` from 2.1.0 to 2.2.21 - [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.2.21) Updates `plugin.serialization` from 2.1.0 to 2.2.21 - [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.2.21) --- updated-dependencies: - dependency-name: android dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.serialization dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c89da34 commit 64791e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
plugins {
77
id("com.android.application") version "8.13.1"
88

9-
val ktVersion = "2.1.0"
9+
val ktVersion = "2.2.21"
1010

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

0 commit comments

Comments
 (0)