From 8e0ccbba26dd9ba851c04fbde790c5dd47d97378 Mon Sep 17 00:00:00 2001 From: Debashish Kundu Date: Mon, 2 Sep 2024 19:22:29 +0530 Subject: [PATCH] update dependencies --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 41b1cdd..28a019a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ agp = "8.4.2" kotlin = "2.0.0" core-ktx = "1.13.1" junit = "4.13.2" -androidx-test-ext-junit = "1.1.5" -espresso-core = "3.5.1" -lifecycle-runtime-ktx = "2.8.3" -activity-compose = "1.9.0" -compose-bom = "2024.06.00" +androidx-test-ext-junit = "1.2.1" +espresso-core = "3.6.1" +lifecycle-runtime-ktx = "2.8.4" +activity-compose = "1.9.1" +compose-bom = "2024.08.00" moshi-kotlin-codegen = "1.15.1" retrofit = "2.11.0" coroutines = "1.8.1"