Try removing isMinified instead. This should now be controlled at the app module level.

This commit is contained in:
Jorge Martín
2024-08-11 12:32:28 +02:00
parent e9d8ba1177
commit 7bbcc90cab
2 changed files with 0 additions and 8 deletions

View File

@@ -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",

View File

@@ -1,5 +0,0 @@
# Used for unit tests
-dontwarn java.lang.invoke.StringConcatFactory
-keep class io.element.android.libraries.pushproviders.firebase.** { *; }