From 00feb1f56891e866c9abf73ebb2c018d0d28e2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Thu, 1 Aug 2024 21:52:59 +0200 Subject: [PATCH] Fix unused dependency --- app/build.gradle | 1 - gradle/libs.versions.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3284b22a..6bf8ad8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,7 +133,6 @@ dependencies { implementation libs.logcat implementation libs.accompanist.systemuicontroller - implementation libs.accompanist.navigation implementation libs.hilt.android implementation libs.hilt.navigation.compose diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74d49e70..09aa2a2a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,6 @@ calendarview = "com.kizitonwose.calendar:compose:2.4.0" reorderable = "org.burnoutcrew.composereorderable:reorderable:0.8.1" accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } -accompanist-navigation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "accompanist"} bugsnag-gradle = "com.bugsnag:bugsnag-android-gradle-plugin:8.1.0" bugsnag-runtime = "com.bugsnag:bugsnag-android-core:5.32.3"