Need to provide matchingFallbacks
This commit is contained in:
@@ -23,7 +23,9 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
register("nightly")
|
||||
register("nightly") {
|
||||
matchingFallbacks += listOf("release")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user