Skip to content

Commit

Permalink
Remove nanohttp libs and koi-async dependency (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga authored Jan 3, 2025
1 parent 17891af commit a6eacfd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions readium/lcp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dependencies {
implementation(libs.androidx.core)
implementation(libs.google.material)
implementation(libs.timber)
implementation("com.mcxiaoke.koi:async:0.5.5") {
exclude(module = "support-v4")
}
implementation("com.mcxiaoke.koi:core:0.5.5") {
exclude(module = "support-v4")
}
Expand Down
2 changes: 0 additions & 2 deletions readium/streamer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ android {
dependencies {
api(project(":readium:readium-shared"))

api(files("libs/nanohttpd-2.3.2.jar", "libs/nanohttpd-nanolets-2.3.2.jar"))

@Suppress("GradleDependency")
implementation(libs.timber)
// AM NOTE: conflicting support libraries, excluding these
Expand Down
Binary file removed readium/streamer/libs/nanohttpd-2.3.2.jar
Binary file not shown.
Binary file removed readium/streamer/libs/nanohttpd-nanolets-2.3.2.jar
Binary file not shown.

0 comments on commit a6eacfd

Please sign in to comment.