mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
add variant for daily builds
This commit is contained in:
@@ -43,6 +43,13 @@ android {
|
||||
debugSymbolLevel 'symbol_table'
|
||||
}
|
||||
}
|
||||
daily {
|
||||
initWith release
|
||||
applicationIdSuffix '.daily'
|
||||
manifestPlaceholders = [
|
||||
applicationLabel: 'VCMI daily',
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
applicationVariants.all { variant -> RenameOutput(project.archivesBaseName, variant) }
|
||||
|
||||
Reference in New Issue
Block a user