From 7b9ce72c06b27652818d8664f42b59fabf312636 Mon Sep 17 00:00:00 2001 From: Omico Date: Thu, 10 Oct 2024 08:26:48 -0700 Subject: [PATCH] Update dependencies --- build-logic/gradm/gradm.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-logic/gradm/gradm.yml b/build-logic/gradm/gradm.yml index 0f58837..274e8fb 100644 --- a/build-logic/gradm/gradm.yml +++ b/build-logic/gradm/gradm.yml @@ -1,12 +1,12 @@ versions: androidx: - activity: "1.9.2" + activity: "1.10.0-alpha02" core: - splashScreen: "1.2.0-alpha01" - lifecycle: "2.9.0-alpha03" + splashScreen: "1.2.0-alpha02" + lifecycle: "2.9.0-alpha04" paging: "3.3.2" - room: "2.7.0-alpha08" - coil: "3.0.0-alpha10" + room: "2.7.0-alpha09" + coil: "3.0.0-rc01" compose.multiplatform: "1.7.0-dev1809" consensus: "0.15.0" delusion: "0.9.0" @@ -16,10 +16,10 @@ versions: kotlinx: coroutines: "1.9.0" serialization: "1.7.3" - ktor: "3.0.0-rc-1" + ktor: "3.0.0" okio: "3.9.1" plugins: - android: "8.6.1" + android: "8.7.0-beta02" cacheFix: "3.0.1" develocity: "3.18.1" ksp: "2.1.0-Beta1-1.0.25"