Try fixing proguard config for nightly builds
This commit is contained in:
parent
95d6a80ae6
commit
e56c64cb10
2 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ android {
|
|||
register("nightly") {
|
||||
isMinifyEnabled = true
|
||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||
proguardFiles("proguard-rules.pro")
|
||||
matchingFallbacks += listOf("release")
|
||||
resValue(
|
||||
type = "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue