Skip to content

Commit 2932ba4

Browse files
committed
Kotlin 2.1.20
1 parent c0b1c3b commit 2932ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ai/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id("com.android.application") version "8.9.1" apply false
55
id("com.android.library") version "8.9.1" apply false
6-
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
6+
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coilCompose = "2.7.0"
44
firebaseAuth = "23.2.0"
55
firebaseBom = "33.14.0"
66
firebaseDataConnect = "16.0.0"
7-
kotlin = "2.1.10"
7+
kotlin = "2.1.20"
88
coreKtx = "1.16.0"
99
junit = "4.13.2"
1010
junitVersion = "1.2.1"

0 commit comments

Comments
 (0)