2022-05-12 00:59:47 +03:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
|
|
|
],
|
|
|
|
"schedule": ["every sunday"],
|
|
|
|
"ignoreDeps": [
|
|
|
|
"androidx.core:core-splashscreen",
|
2022-05-27 05:33:18 +03:00
|
|
|
"com.android.tools:r8",
|
2023-05-31 00:25:49 +03:00
|
|
|
"com.google.guava:guava"
|
2022-05-12 00:59:47 +03:00
|
|
|
]
|
|
|
|
}
|