Try removing isMinified instead. This should now be controlled at the app module level.
This commit is contained in:
parent
43fb47f7af
commit
f9e3a67521
2 changed files with 0 additions and 8 deletions
|
|
@ -27,7 +27,6 @@ android {
|
|||
buildTypes {
|
||||
getByName("release") {
|
||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||
proguardFiles("proguard-rules.pro")
|
||||
resValue(
|
||||
type = "string",
|
||||
name = "google_app_id",
|
||||
|
|
@ -50,9 +49,7 @@ android {
|
|||
)
|
||||
}
|
||||
register("nightly") {
|
||||
isMinifyEnabled = true
|
||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||
proguardFiles("proguard-rules.pro")
|
||||
matchingFallbacks += listOf("release")
|
||||
resValue(
|
||||
type = "string",
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# Used for unit tests
|
||||
|
||||
-dontwarn java.lang.invoke.StringConcatFactory
|
||||
|
||||
-keep class io.element.android.libraries.pushproviders.firebase.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue