From 47ff2e534163fca61b72db349fc2691b34fd85d0 Mon Sep 17 00:00:00 2001 From: Gibran Chevalley Date: Tue, 29 Jul 2025 16:56:26 +0200 Subject: [PATCH 1/2] chore: Bump libs --- gradle/core.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/core.versions.toml b/gradle/core.versions.toml index 5b070ca04..291be3a39 100644 --- a/gradle/core.versions.toml +++ b/gradle/core.versions.toml @@ -1,6 +1,6 @@ [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) @@ -8,8 +8,8 @@ appUpdateVersion = "2.1.0" appcompat = "1.7.1" workManager = "2.10.2" coil = "3.2.0" -composeBom = "2025.06.01" -concurrentFuturesKtx = "1.2.0" +composeBom = "2025.07.00" +concurrentFuturesKtx = "1.3.0" coreKtx = "1.6.1" datastorePreferences = "1.2.0-alpha02" gson = "2.13.1" @@ -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" From b802aeff74b6e4a04863076d289613b95374d027 Mon Sep 17 00:00:00 2001 From: Gibran Chevalley Date: Tue, 29 Jul 2025 17:23:20 +0200 Subject: [PATCH 2/2] docs: Add explanation as to why we can't bump coil to 3.3.0 --- gradle/core.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/core.versions.toml b/gradle/core.versions.toml index 291be3a39..3144b8922 100644 --- a/gradle/core.versions.toml +++ b/gradle/core.versions.toml @@ -7,7 +7,7 @@ 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" +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"