Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Aug 9, 2023
1 parent 32aeb56 commit 14fb85f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ android {
}

configurations.configureEach {
exclude(group = "androidx.appcompat", module = "appcompat")
exclude(group = "androidx.fragment", module = "fragment")
exclude(group = "androidx.core", module = "core")
exclude(group = "androidx.drawerlayout", module = "drawerlayout")
exclude(group = "androidx.viewpager", module = "viewpager")
exclude(group = "androidx.recyclerview", module = "recyclerview")
exclude("androidx.appcompat", "appcompat")
exclude("androidx.fragment", "fragment")
exclude("androidx.core", "core")
exclude("androidx.drawerlayout", "drawerlayout")
exclude("androidx.viewpager", "viewpager")
exclude("androidx.recyclerview", "recyclerview")
}

dependencies {
Expand Down

0 comments on commit 14fb85f

Please sign in to comment.