Need to provide matchingFallbacks

This commit is contained in:
Benoit Marty
2025-11-03 22:18:50 +01:00
parent 3ab67bf421
commit 7a7a625676

View File

@@ -23,7 +23,9 @@ android {
}
buildTypes {
register("nightly")
register("nightly") {
matchingFallbacks += listOf("release")
}
}
}