refactor: remove local pdfiumandroid module and use published artifact (#10)

Key changes:
*   The `pdfiumandroid` directory, which contained the local library source, has been completely removed.
*   The `settings.gradle.kts` file is updated to remove the `:pdfiumandroid` and `:pdfiumandroid:arrow` includes.
*   The main `app/build.gradle.kts` is modified to depend on the published `io.legere:pdfiumandroid:1.0.35` artifact from a remote repository instead of the local project module.
*   Code in `PdfPageComposable.kt` that depended on `PdfPageObjectType` and logic for handling image objects in dark mode has been removed, simplifying the rendering process.
This commit is contained in:
Aryan 2026-02-27 13:44:52 +05:30 committed by GitHub
parent ea31765612
commit 5483b18549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 8 additions and 22346 deletions

View file

@ -24,6 +24,4 @@ dependencyResolutionManagement {
}
rootProject.name = "Reader"
include(":app")
include(":pdfiumandroid")
include(":pdfiumandroid:arrow")
include(":app")