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
|
|
@ -20,6 +20,13 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.network"
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = true
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
anvil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue