Skip to content

Commit

Permalink
remove redundant dependency declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 17, 2023
1 parent 977c121 commit 21fa509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ dependencies {
implementation("androidx.fragment:fragment-ktx:1.6.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.4")
implementation("androidx.navigation:navigation-ui-ktx:2.7.4")
implementation("androidx.preference:preference:1.2.1")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

Expand Down

0 comments on commit 21fa509

Please sign in to comment.