mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 02:39:43 +02:00
Added flavour secondlion*
This commit is contained in:
parent
a31a530c7c
commit
165626fc6c
8 changed files with 25 additions and 13 deletions
|
@ -22,6 +22,18 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
flavorDandelion {
|
||||
applicationId "com.github.dfa.diaspora_android"
|
||||
manifestPlaceholders = [appName: "dandelion*"]
|
||||
}
|
||||
|
||||
flavorSecondlion {
|
||||
applicationId "com.github.dfa.diaspora_android2"
|
||||
manifestPlaceholders = [appName: "secondlion*"]
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue