From ac108495d9467773482f8c2a6fd86332b7cfb5ea Mon Sep 17 00:00:00 2001 From: starry-shivam Date: Fri, 20 Sep 2024 14:25:25 +0530 Subject: [PATCH] Update some depreciated stuffs Signed-off-by: starry-shivam --- .idea/inspectionProfiles/Project_Default.xml | 28 ++ app/build.gradle | 3 +- .../archive/composables/ArchiveScreen.kt | 280 +---------------- .../composables/ArchiveScreenComponents.kt | 294 ++++++++++++++++++ .../ui/screens/home/composables/HomeScreen.kt | 7 +- 5 files changed, 331 insertions(+), 281 deletions(-) create mode 100644 app/src/main/java/com/starry/greenstash/ui/screens/archive/composables/ArchiveScreenComponents.kt diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 44ca2d9b..fb93d254 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,34 @@