mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
13 lines
259 B
JSON
13 lines
259 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"
|
||
|
]
|
||
|
}
|