mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-22 13:15:47 +03:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": ["every sunday"],
|
|
"ignoreDeps": [
|
|
"com.android.tools:r8",
|
|
"com.google.guava:guava"
|
|
]
|
|
}
|