0.9.4 - About Screen + New scrolling system in Reader(saving exact scroll position)

This commit is contained in:
acclorite 2024-03-20 15:32:20 +02:00
parent 4e948bc5d7
commit 1689e9d7b9
109 changed files with 1870 additions and 994 deletions

View file

@ -137,8 +137,10 @@ dependencies {
implementation("org.slf4j:slf4j-android:latest.release")
implementation("org.jsoup:jsoup:latest.release")
// App Compat for Language Switcher
implementation("androidx.appcompat:appcompat:latest.release")
implementation("androidx.appcompat:appcompat-resources:latest.release")
// Coil for loading bitmaps
implementation("io.coil-kt:coil-compose:2.6.0")
}