mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +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') {
|
||||
variant.setIgnore(true)
|
||||
}
|
||||
|
||||
if (dim.channel == 'directVersion' && dim.api == 'googleApi') {
|
||||
variant.setIgnore(true)
|
||||
}
|
||||
|
||||
if (dim.server == 'noServer' && dim.api == 'googleApi') {
|
||||
variant.setIgnore(true)
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue