Skip to content

Commit edcce52

Browse files
committed
Downgrade Kotlin and KSP, update Firebase and Crashlytics
This commit reverts Kotlin and KSP versions to align with a previous state or resolve compatibility issues. It also updates Firebase and Crashlytics to their latest versions. - Kotlin: 2.2.0 -> 2.1.21 - KSP: 2.2.0-2.0.2 -> 2.1.21-2.0.2 - Firebase: 33.16.0 -> 34.0.0 - Crashlytics: 3.0.4 -> 3.0.5
1 parent be35826 commit edcce52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ compileSdk = "36"
33
targetSdk = "36"
44
minSdk = "21"
55
jdk = "17"
6-
kotlin = "2.2.0"
7-
ksp = "2.2.0-2.0.2"
6+
kotlin = "2.1.21"
7+
ksp = "2.1.21-2.0.2"
88
agp = "8.11.1"
99
gms = "4.4.3"
10-
crashlytics = "3.0.4"
10+
crashlytics = "3.0.5"
1111
compose = "1.8.2"
1212
coroutines = "1.10.2"
1313
sqlDelight = "2.1.0"
@@ -35,7 +35,7 @@ androidxTestExt = "1.2.1"
3535
androidxTest = "1.6.2"
3636
androidxTestOrchestrator = "1.5.1"
3737
cashAppPaging = "3.3.0-alpha02-0.5.1"
38-
firebase = "33.16.0"
38+
firebase = "34.0.0"
3939
leakCanary = "2.14"
4040
junit = "4.13.2"
4141
mockito = "5.18.0"

0 commit comments

Comments
 (0)