General improvements (#134)
* Add visual options and seamless transitions to the EPUB reader * Add support for DOCX file format * Refine padding and status bar inset handling in Epub pagination mode * Add file size parameter for recent files and sorting * Refactor book data cleanup logic into a centralized method * Bump version to 1.0.40(41)
This commit is contained in:
parent
15264a31ae
commit
6fd6dd5609
20 changed files with 623 additions and 134 deletions
|
|
@ -30,8 +30,8 @@ android {
|
|||
applicationId = "com.aryan.reader"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 40
|
||||
versionName = "1.0.39"
|
||||
versionCode = 41
|
||||
versionName = "1.0.40"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
|
|
@ -217,6 +217,7 @@ dependencies {
|
|||
implementation("androidx.browser:browser:1.8.0")
|
||||
|
||||
implementation("io.legere:pdfiumandroid:2.0.0")
|
||||
implementation("org.zwobble.mammoth:mammoth:1.4.2")
|
||||
}
|
||||
|
||||
spotless {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue