mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Use webpage's dark theme (if applicable) automatically if app is in dark mode
So far only mangadex is the one I know with good support but its here now
This commit is contained in:
parent
4892096f5e
commit
7207da8df4
2 changed files with 20 additions and 1 deletions
|
@ -102,6 +102,7 @@ dependencies {
|
|||
implementation("androidx.appcompat:appcompat:1.3.1")
|
||||
implementation("androidx.cardview:cardview:1.0.0")
|
||||
implementation("com.google.android.material:material:1.4.0")
|
||||
implementation("androidx.webkit:webkit:1.4.0")
|
||||
implementation("androidx.recyclerview:recyclerview:1.2.1")
|
||||
implementation("androidx.preference:preference:1.1.1")
|
||||
implementation("androidx.annotation:annotation:1.2.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue