[PM-10515] CI build info on version copy (#4456)

Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
This commit is contained in:
aj-rosado
2024-12-17 17:36:46 +00:00
committed by GitHub
parent 889457ae96
commit 3a41138f39
5 changed files with 86 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ android {
buildConfigField(
type = "String",
name = "CI_INFO",
value = "\"${ciProperties.getOrDefault("ci.info", "local")}\""
value = "${ciProperties.getOrDefault("ci.info", "\"local\"")}"
)
}