Added ".fb2" file format. (v1.0.1)
This commit is contained in:
parent
49567dcade
commit
6e70901429
12 changed files with 252 additions and 7 deletions
|
|
@ -141,6 +141,9 @@ dependencies {
|
|||
implementation("org.slf4j:slf4j-android:latest.release")
|
||||
implementation("org.jsoup:jsoup:latest.release")
|
||||
|
||||
// Fb2 parser
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:latest.release")
|
||||
|
||||
// App Compat for Language Switcher
|
||||
implementation("androidx.appcompat:appcompat:latest.release")
|
||||
implementation("androidx.appcompat:appcompat-resources:latest.release")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue