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