Skip to content

Commit

Permalink
chore: Remove old pullrefresh library from settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Mar 29, 2024
1 parent 603bdb4 commit 2e83bd6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ dependencyResolutionManagement {
mavenCentral()
}
}
includeBuild("libs/androidx-compose-material3-pullrefresh-2023.03.00") {
dependencySubstitution {
substitute(module("me.omico.lux:lux-androidx-compose-material3-pullrefresh")).using(project(":library"))
}
}

rootProject.name = "Koreatech Board"
include(":app")
include(":domain")
Expand Down

0 comments on commit 2e83bd6

Please sign in to comment.