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/core.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ espressoCore = "3.7.0"
firebaseMessaging = "24.1.2"
googleServices = "4.4.4"
gson = "2.13.2"
hiltAndroid = "2.57.2"
hiltAndroid = "2.58"
hiltAndroidx = "1.3.0"
integrity = "1.6.0"
#noinspection NewerVersionAvailable
Expand All @@ -35,8 +35,8 @@ kotest = "6.0.7"
kotlinxCollectionsImmutable = "0.4.0"
kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.9.0"
kotlin = "2.2.0" # Keep the same version as the one in Realm-Kotlin
ksp = "2.2.0-2.0.2" # Keep the same version as the one in Realm-Kotlin
kotlin = "2.3.21"
ksp = "2.3.9"
Comment thread
LouisCAD marked this conversation as resolved.
ktlintPlugin = "14.0.1"
ktor = "3.3.3"
lifecycleRuntimeKtx = "2.10.0"
Expand Down
Loading