4982af9df4
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.
11 lines
228 B
Kotlin
11 lines
228 B
Kotlin
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
|
|
}
|