Rename preview build type to nightly and label FOSS builds (#3760)
Assisted-by: Claude:claude-opus-5
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user