From f4ef9f4dce976d0871e4ae252afe6e30a79f996a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 05:53:50 +0000 Subject: [PATCH] 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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 98c00c1..57768a1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -5,7 +5,7 @@ import dev.zxilly.gradle.exec plugins { id("com.android.application") version "8.2.0" - val ktVersion = "2.1.0" + val ktVersion = "2.1.20" kotlin("android") version ktVersion kotlin("plugin.serialization") version ktVersion