Updated SVGs and improved scripting

# Conflicts:
#	yarn.lock
This commit is contained in:
soraefir
2026-06-06 18:23:41 +02:00
parent 14f8543d3d
commit cfa784991b
12 changed files with 7823 additions and 19800 deletions

View File

@@ -112,4 +112,10 @@ dependencies {
implementation platform('androidx.compose:compose-bom:2026.05.01')
debugImplementation 'androidx.compose.ui:ui-tooling:1.11.2'
}
tasks.configureEach { task ->
if (task.name.startsWith("merge") && task.name.endsWith("Assets")) {
task.outputs.upToDateWhen { false }
}
}