1
0
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:
Andrey Filipenkov 2023-02-26 12:53:20 +03:00
parent a1fd874243
commit c960cb0506

View File

@ -43,6 +43,13 @@ android {
debugSymbolLevel 'symbol_table'
}
}
daily {
initWith release
applicationIdSuffix '.daily'
manifestPlaceholders = [
applicationLabel: 'VCMI daily',
]
}
}
applicationVariants.all { variant -> RenameOutput(project.archivesBaseName, variant) }