mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
reminder of way I'll probably want to do variants in the future
This commit is contained in:
parent
eda1e89e3e
commit
79f2bd148f
1 changed files with 22 additions and 2 deletions
|
@ -24,6 +24,28 @@ android {
|
|||
applicationVariants.all { variant ->
|
||||
renameArtifact(variant)
|
||||
}
|
||||
|
||||
// flavorDimensions "variant", "abi"
|
||||
// productFlavors {
|
||||
// xw4 {
|
||||
// dimension "variant"
|
||||
// }
|
||||
// xw4dbg {
|
||||
// dimension "variant"
|
||||
// }
|
||||
// armeabiv7a {
|
||||
// dimension "abi"
|
||||
// }
|
||||
|
||||
// armeabi {
|
||||
// dimension "abi"
|
||||
// }
|
||||
|
||||
// x86 {
|
||||
// dimension "abi"
|
||||
// }
|
||||
|
||||
// }
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
@ -66,8 +88,6 @@ android {
|
|||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue