feat: multi-flavor APK build from dashboards.yaml
build / build (push) Failing after 3m29s

Dashboard URL and label configured in dashboards.yaml; each entry
becomes a product flavor with BuildConfig.DASHBOARD_URL injected
at build time. APKs output as <flavor>-release.apk.
This commit is contained in:
Arnie via Claude
2026-06-12 18:15:21 +02:00
parent 5af5b4513d
commit 4982af9df4
7 changed files with 89 additions and 24 deletions
+6
View File
@@ -1,3 +1,9 @@
buildscript {
dependencies {
classpath("org.yaml:snakeyaml:2.2")
}
}
plugins {
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false