mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 15:35:08 +01:00
f7a92cf6ac
includes: * Use coroutines in more places * Use domain Manga data class and effectively changing the state system * Replace deprecated onBackPress method Co-authored-by: arkon <arkon@users.noreply.github.com>
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": ["every sunday"],
|
|
"ignoreDeps": [
|
|
"androidx.core:core-splashscreen",
|
|
"androidx.work:work-runtime-ktx",
|
|
"com.android.tools:r8",
|
|
"com.google.guava:guava",
|
|
"com.github.commandiron:WheelPickerCompose"
|
|
]
|
|
}
|