Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Jun 30, 2024
1 parent 78e3056 commit 4d7444f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,4 @@ dependencies {

// Debug-only dependencies
debugImplementation "com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6"

// NavLib dependencies
// TODO: try to move these dependencies to NavLib build.gradle file
implementation "com.mikepenz:materialize:1.2.1"
implementation "com.mikepenz:itemanimators:1.1.0"

testImplementation 'junit:junit:4.13.2'
}

0 comments on commit 4d7444f

Please sign in to comment.