Skip to content

Commit 2ec08ce

Browse files
committed
Update Kotlin dependencies
1 parent c8952e9 commit 2ec08ce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ plugins {
33
alias(libs.plugins.android.application) apply false
44
alias(libs.plugins.kotlin.android) apply false
55
alias(libs.plugins.kotlin.compose) apply false
6+
id("com.github.ben-manes.versions") version "0.52.0"
67
}

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
agp = "8.7.3"
33
coreTesting = "2.2.0"
4-
kotlin = "2.0.0"
4+
kotlin = "2.1.20"
55
coreKtx = "1.15.0"
66
junit = "4.13.2"
77
junitVersion = "1.2.1"
88
espressoCore = "3.6.1"
9-
kotlinxCoroutinesTestVersion = "1.4.2"
10-
kotlinxSerializationJson = "1.8.0"
9+
kotlinxCoroutinesTestVersion = "1.10.1"
10+
kotlinxSerializationJson = "1.8.1"
1111
lifecycleRuntimeKtx = "2.8.7"
1212
activityCompose = "1.9.3"
1313
composeBom = "2024.04.01"

0 commit comments

Comments
 (0)