Try removing isMinified instead. This should now be controlled at the app module level.
This commit is contained in:
parent
e9d8ba1177
commit
7bbcc90cab
2 changed files with 0 additions and 8 deletions
|
|
@ -27,7 +27,6 @@ android {
|
||||||
buildTypes {
|
buildTypes {
|
||||||
getByName("release") {
|
getByName("release") {
|
||||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||||
proguardFiles("proguard-rules.pro")
|
|
||||||
resValue(
|
resValue(
|
||||||
type = "string",
|
type = "string",
|
||||||
name = "google_app_id",
|
name = "google_app_id",
|
||||||
|
|
@ -50,9 +49,7 @@ android {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
register("nightly") {
|
register("nightly") {
|
||||||
isMinifyEnabled = true
|
|
||||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||||
proguardFiles("proguard-rules.pro")
|
|
||||||
matchingFallbacks += listOf("release")
|
matchingFallbacks += listOf("release")
|
||||||
resValue(
|
resValue(
|
||||||
type = "string",
|
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