1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 02:39:43 +02:00

Added flavour secondlion*

This commit is contained in:
Gregor Santner 2016-12-22 04:07:30 +01:00
parent a31a530c7c
commit 165626fc6c
No known key found for this signature in database
GPG key ID: 2AEB822A5CF48C9F
8 changed files with 25 additions and 13 deletions

View file

@ -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'
}