Skip to content

Commit 7b51ed1

Browse files
dependabot[bot]Zxilly
authored andcommitted
build(deps): bump ktVersion from 2.2.21 to 2.3.0 in /app
Bumps `ktVersion` from 2.2.21 to 2.3.0. Updates `android` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `plugin.serialization` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: android dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.serialization dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d77c13 commit 7b51ed1

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
@@ -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.2.21"
9+
val ktVersion = "2.3.0"
1010

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

0 commit comments

Comments
 (0)