Fix account provider change on nightly and release (#861)
* Use parallelMap (same code) * Add proguard rules. Fixes #818 * Rename file proguard-rules.pro to consumer-rules.pro for coherency. * Remove empty and non-referenced proguard files.
This commit is contained in:
parent
af968f6e98
commit
be6b8c825b
13 changed files with 61 additions and 195 deletions
|
|
@ -30,7 +30,7 @@ android {
|
|||
buildTypes {
|
||||
getByName("release") {
|
||||
isMinifyEnabled = true
|
||||
consumerProguardFiles("proguard-rules.pro")
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue