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
10 changes: 5 additions & 5 deletions gradle/core.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
activityCompose = "1.9.3" # Doesn't build when bumped to 1.10.1 (Waiting SDK 35)
adaptive = "1.0.0"
adaptive = "1.1.0"
androidLogin = "3.1.6"
androidxCollection = "1.5.0"
androidxCore = "1.13.1" # Doesn't build when bumped to 1.15.0 (Waiting SDK 35)
appUpdateVersion = "2.1.0"
appcompat = "1.7.1"
workManager = "2.10.2"
coil = "3.2.0"
composeBom = "2025.06.01"
concurrentFuturesKtx = "1.2.0"
coil = "3.2.0" # 3.3.0 doesn't build without kotlin 2.1
composeBom = "2025.07.00"
concurrentFuturesKtx = "1.3.0"
coreKtx = "1.6.1"
datastorePreferences = "1.2.0-alpha02"
gson = "2.13.1"
Expand All @@ -22,7 +22,7 @@ kotlinxSerialization = "1.8.1"
ktor = "3.2.2"
lifecycleRuntimeKtx = "2.8.7" # Doesn't build when bumped to 2.9.0 (Waiting SDK 35)
material = "1.12.0"
matomo = "4.1.4"
matomo = "4.3.4"
navigation = "2.8.9" # Doesn't build when bumped to 2.9.0 (Waiting SDK 35)
okhttp = "4.12.0"
playReview = "2.0.2"
Expand Down