From 2df84640b0431c178e6cbf589fd822165e5874ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:49:00 +0000 Subject: [PATCH] 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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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] --- 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 ac65289..1f5cf32 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.0.21" + val ktVersion = "2.1.0" kotlin("android") version ktVersion kotlin("plugin.serialization") version ktVersion