Skip to content
Merged
Changes from all commits
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
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version-code = "1470"
sdk-compile = "35"
sdk-min = "24"
androidDesugarJdkLibs = "2.1.5"
androidGradlePlugin = "8.9.0"
androidGradlePlugin = "8.9.1"
androidx-activity = "1.10.1"
androidx-core = "1.15.0"
androidx-core-splashscreen = "1.2.0-beta01"
androidx-credentials = "1.3.0"
androidx-datastore = "1.1.3"
androidx-credentials = "1.5.0"
androidx-datastore = "1.1.4"
androidx-lifecycle = "2.8.7" # Used by the Wear OS app only
androidx-wear-compose = "1.4.1"
apollo = "4.1.1"
Expand All @@ -17,7 +17,7 @@ coil = "3.1.0"
compose = "1.7.8" # Used by the Wear OS app only
crashlytics-plugin = "3.0.3"
firebase-auth = "2.1.0" # Do not upgrade until openfeedback upgrades the same dependency
firebase-bom = "33.10.0"
firebase-bom = "33.11.0"
google-services-plugin = "4.4.2"
googleid = "1.1.1"
horologist = "0.6.23"
Expand All @@ -27,8 +27,8 @@ jetbrainsLifecycle = "2.8.4"
# see https://youtrack.jetbrains.com/issue/CMP-7571
jetbrainsNavigation = "2.8.0-alpha12"
junit = "4.13.2"
koin = "4.0.2"
kotlin = "2.1.10"
koin = "4.0.3"
kotlin = "2.1.20"
kotlinx-coroutines = "1.10.1"
kotlinx-datetime = "0.6.2"
ktor = "3.1.1"
Expand Down