mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 17:59:51 +02:00
Disable some useless flavor combinations
This commit is contained in:
parent
a4c124986d
commit
6e5e75b2a2
1 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,14 @@ android {
|
||||||
if (dim.channel == 'storeVersion' && dim.api == 'noGoogleApi') {
|
if (dim.channel == 'storeVersion' && dim.api == 'noGoogleApi') {
|
||||||
variant.setIgnore(true)
|
variant.setIgnore(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (dim.channel == 'directVersion' && dim.api == 'googleApi') {
|
||||||
|
variant.setIgnore(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (dim.server == 'noServer' && dim.api == 'googleApi') {
|
||||||
|
variant.setIgnore(true)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue