Skip to content

Commit

Permalink
Fix unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Aug 1, 2024
1 parent e9c6d16 commit 00feb1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 00feb1f

Please sign in to comment.