mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 04:25:06 +01:00
be4072c86b
* Rework the wheel picker doesn't need for the animation to stop to change the value * fix --------- Co-authored-by: arkon <arkon@users.noreply.github.com>
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": ["every sunday"],
|
|
"ignoreDeps": [
|
|
"androidx.core:core-splashscreen",
|
|
"com.android.tools:r8",
|
|
"com.google.guava:guava"
|
|
]
|
|
}
|