Skip to content

Commit

Permalink
Import android-pdf-viewer as a JAR instead of an AAR
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Aug 23, 2024
1 parent d3f806a commit b7b66f9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Binary file not shown.
2 changes: 0 additions & 2 deletions readium/adapters/pdfium/android-pdf-viewer/build.gradle.kts

This file was deleted.

2 changes: 1 addition & 1 deletion readium/adapters/pdfium/navigator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api(project(":readium:readium-shared"))
api(project(":readium:readium-navigator"))
api(project(":readium:adapters:pdfium:readium-adapter-pdfium-document"))
api(project(":readium:adapters:pdfium:android-pdf-viewer"))
implementation(files("libs/android-pdf-viewer-2.8.2.jar"))

implementation(libs.androidx.fragment.ktx)
implementation(libs.pdfium)
Expand Down
Binary file not shown.
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,4 @@ include(":readium:streamer")
project(":readium:streamer")
.name = "readium-streamer"

include(":readium:adapters:pdfium:android-pdf-viewer")
project(":readium:adapters:pdfium:android-pdf-viewer")
.name = "android-pdf-viewer"

include("test-app")

0 comments on commit b7b66f9

Please sign in to comment.