From c1a446548f0ba249155dc5db47a29a115a95a515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C9=91rry=20Shiv=C9=91m?= Date: Wed, 8 May 2024 18:38:55 +0530 Subject: [PATCH] chore: Update dependencies (#121) Signed-off-by: starry-shivam --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8272621..f80453c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,12 +75,12 @@ aboutLibraries { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.04.01') + def composeBom = platform('androidx.compose:compose-bom:2024.05.00') implementation composeBom androidTestImplementation composeBom // Android core components. - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'androidx.activity:activity-compose:1.9.0' @@ -95,7 +95,7 @@ dependencies { implementation "androidx.compose.runtime:runtime-livedata" implementation "androidx.compose.material3:material3" // Material theme for main activity. - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' // Android 12+ splash API. implementation 'androidx.core:core-splashscreen:1.0.1' // Material icons. @@ -110,7 +110,7 @@ dependencies { ksp "com.google.dagger:hilt-android-compiler:$hilt_version" ksp "androidx.hilt:hilt-compiler:1.2.0" // DataStore Preferences. - implementation("androidx.datastore:datastore-preferences:1.1.0") + implementation("androidx.datastore:datastore-preferences:1.1.1") // Gson JSON parser. implementation 'com.google.code.gson:gson:2.10.1' // Coil Image loading library.