|
|
@@ -39,13 +39,17 @@ android {
|
|
|
initWith(getByName("debug"))
|
|
|
matchingFallbacks += listOf("debug")
|
|
|
}
|
|
|
+ create("aio-prod") {
|
|
|
+ initWith(getByName("aio"))
|
|
|
+ matchingFallbacks += listOf("aio", "debug")
|
|
|
+ }
|
|
|
create("aio-test") {
|
|
|
initWith(getByName("aio"))
|
|
|
matchingFallbacks += listOf("aio", "debug")
|
|
|
}
|
|
|
create("aio-CQ") {
|
|
|
initWith(getByName("aio-test"))
|
|
|
- matchingFallbacks += listOf("aio-test", "aio", "debug")
|
|
|
+ matchingFallbacks += listOf("aio-prod", "aio", "debug")
|
|
|
}
|
|
|
}
|
|
|
applicationVariants.all {
|