Need to provide matchingFallbacks
This commit is contained in:
parent
776d734557
commit
d7e328dca7
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ android {
|
|||
}
|
||||
|
||||
buildTypes {
|
||||
register("nightly")
|
||||
register("nightly") {
|
||||
matchingFallbacks += listOf("release")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue