Skip to content

Commit

Permalink
Remove unused non-FOSS dependency
Browse files Browse the repository at this point in the history
See #912
  • Loading branch information
woheller69 committed Jan 19, 2024
1 parent 5f71114 commit dd931d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation('androidx.core:core-google-shortcuts:1.1.0') {
exclude group:'com.google.android.gms'
}
implementation 'androidx.media:media:1.6.0'
implementation "androidx.viewpager2:viewpager2:1.1.0-beta02"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
Expand Down

0 comments on commit dd931d8

Please sign in to comment.