mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-08 20:46:12 +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
|
@ -25,6 +25,28 @@ android {
|
||||||
renameArtifact(variant)
|
renameArtifact(variant)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// flavorDimensions "variant", "abi"
|
||||||
|
// productFlavors {
|
||||||
|
// xw4 {
|
||||||
|
// dimension "variant"
|
||||||
|
// }
|
||||||
|
// xw4dbg {
|
||||||
|
// dimension "variant"
|
||||||
|
// }
|
||||||
|
// armeabiv7a {
|
||||||
|
// dimension "abi"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// armeabi {
|
||||||
|
// dimension "abi"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// x86 {
|
||||||
|
// dimension "abi"
|
||||||
|
// }
|
||||||
|
|
||||||
|
// }
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
storeFile file(System.getenv("HOME") + "/.keystore")
|
storeFile file(System.getenv("HOME") + "/.keystore")
|
||||||
|
@ -66,8 +88,6 @@ android {
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
productFlavors {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Reference in a new issue