Try removing isMinified instead. This should now be controlled at the app module level.
This commit is contained in:
@@ -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.** { *; }
|
||||
Reference in New Issue
Block a user