From 78febf55c2bcbda3a839ecbcd9aec93c09d73dad Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 21 Jul 2024 09:20:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20all=20dependenci?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d9be942..abb2221 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,21 +1,21 @@ [versions] agp = "8.5.1" kotlin = "1.9.0" -coreKtx = "1.10.1" +coreKtx = "1.13.1" junit = "4.13.2" -junitVersion = "1.1.5" -espressoCore = "3.5.1" -appcompat = "1.6.1" +junitVersion = "1.2.1" +espressoCore = "3.6.1" +appcompat = "1.7.0" material = "1.10.0" constraintlayout = "2.1.4" -navigationFragmentKtx = "2.6.0" -navigationUiKtx = "2.6.0" +navigationFragmentKtx = "2.7.7" +navigationUiKtx = "2.7.7" biometric = "1.4.0-alpha01" biometricKtx = "1.4.0-alpha01" biometricKtxVersion = "1.2.0-alpha05" -lifecycleRuntimeKtx = "2.6.1" -activityCompose = "1.8.0" -composeBom = "2024.04.01" +lifecycleRuntimeKtx = "2.8.3" +activityCompose = "1.9.0" +composeBom = "2024.06.00" materialVersion = "1.13.0-alpha04" [libraries]