Need to provide matchingFallbacks
This commit is contained in:
parent
3ab67bf421
commit
7a7a625676
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