Skip to content

Commit

Permalink
[build]: removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Nov 5, 2023
1 parent 0886e13 commit 70ce719
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,13 @@ dependencies {
implementation "androidx.core:core-ktx:$androidx_core_version"
implementation "androidx.collection:collection-ktx:$androidx_collection_version"
implementation "androidx.lifecycle:lifecycle-runtime-compose:$androidx_lifecycle_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$androidx_lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$androidx_lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidx_lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$androidx_lifecycle_version"
implementation "androidx.datastore:datastore-preferences:$androidx_datastore_version"
implementation "androidx.activity:activity-compose:$androidx_activity_version"

implementation "androidx.compose.material3:material3:$material3_version"
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation "androidx.compose.foundation:foundation:$compose_version"
implementation "androidx.compose.runtime:runtime:$compose_version"
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"

implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"
Expand Down

0 comments on commit 70ce719

Please sign in to comment.