Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android_gradle_plugin = "8.11.1"
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
kotlin = "2.2.20"
kotlinpoet = "2.2.0"
ksp = "2.2.20-2.0.2"
ksp = "2.2.20-2.0.4"
firebaseAppDistribution = "5.1.1"

# AndroidX
Expand All @@ -35,7 +35,7 @@ test_core = "1.7.0"
roborazzi = "1.50.0"

# Jetbrain
datetime = "0.7.1"
datetime = "0.7.1-0.6.x-compat"
serialization_json = "1.9.0"

#other
Expand All @@ -59,7 +59,7 @@ autoservice = "1.1.1"

# quality
androidx-test-ext-junit = "1.3.0"
kover = "0.9.1"
kover = "0.9.2"

[libraries]
# Project
Expand Down
Loading