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:
Benoit Marty 2023-07-13 14:46:57 +02:00 committed by GitHub
parent af968f6e98
commit be6b8c825b
13 changed files with 61 additions and 195 deletions

View file

@ -30,7 +30,7 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
consumerProguardFiles("proguard-rules.pro")
consumerProguardFiles("consumer-rules.pro")
}
}