mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 07:25:08 +01:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": ["every sunday"],
|
|
"ignoreDeps": [
|
|
"androidx.core:core-splashscreen",
|
|
"androidx.work:work-runtime-ktx",
|
|
"info.android15.nucleus:nucleus-support-v7",
|
|
"info.android15.nucleus:nucleus",
|
|
"com.android.tools:r8",
|
|
"com.google.guava:guava"
|
|
]
|
|
}
|