From 619ca82fb1159489be58f4d132d654af38878891 Mon Sep 17 00:00:00 2001 From: umer0586 Date: Mon, 28 Oct 2024 22:01:15 +0500 Subject: [PATCH] Dependencies upgrade --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6e6885e..46ba2a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,10 +10,10 @@ junitVersion = "1.2.1" espressoCore = "3.6.1" leakcanaryAndroid = "3.0-alpha-8" lifecycleRuntimeKtx = "2.8.6" -activityCompose = "1.9.2" -composeBom = "2024.09.03" +activityCompose = "1.9.3" +composeBom = "2024.10.00" mockitoKotlin = "5.4.0" -navigationCompose = "2.8.2" +navigationCompose = "2.8.3" robolectric = "4.13" workRuntime = "2.9.1" uiTestJunit4Android = "1.7.4"