Rename preview build type to nightly and label FOSS builds (#3760)

Assisted-by: Claude:claude-opus-5
This commit is contained in:
AntsyLich
2026-08-15 01:20:55 +06:00
committed by GitHub
parent 77e88a2159
commit b393088cfa
6 changed files with 23 additions and 21 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ android {
matchingFallbacks.addAll(commonMatchingFallbacks)
}
create("preview") {
create("nightly") {
initWith(release)
applicationIdSuffix = ".debug"
@@ -121,7 +121,7 @@ android {
}
sourceSets {
getByName("preview").res.directories.add("src/debug/res")
getByName("nightly").res.directories.add("src/debug/res")
getByName("benchmark").res.directories.add("src/debug/res")
}