From 7e4e4c0bd357e8e1355d3ac82e1a8ed7a77c9fa4 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Mon, 26 Feb 2024 18:33:52 +0530 Subject: [PATCH] Bump dependencies to latest stable release Signed-off-by: Aayush Gupta --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4ac0be2e5..55243b73f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -139,7 +139,7 @@ dependencies { implementation("androidx.navigation:navigation-ui-ktx:$navVersion") //Coil - implementation("io.coil-kt:coil:2.5.0") + implementation("io.coil-kt:coil:2.6.0") //Shimmer implementation("com.facebook.shimmer:shimmer:0.5.0") @@ -186,7 +186,7 @@ dependencies { ksp("com.google.dagger:hilt-android-compiler:$hiltVersion") implementation("com.google.dagger:hilt-android:$hiltVersion") - val hiltWorkVersion = "1.1.0" + val hiltWorkVersion = "1.2.0" ksp("androidx.hilt:hilt-compiler:$hiltWorkVersion") implementation("androidx.hilt:hilt-work:$hiltWorkVersion")