Skip to content

Commit f9e3a67

Browse files
committed
Try removing isMinified instead. This should now be controlled at the app module level.
1 parent 43fb47f commit f9e3a67

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

libraries/pushproviders/firebase/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ android {
2727
buildTypes {
2828
getByName("release") {
2929
consumerProguardFiles("consumer-proguard-rules.pro")
30-
proguardFiles("proguard-rules.pro")
3130
resValue(
3231
type = "string",
3332
name = "google_app_id",
@@ -50,9 +49,7 @@ android {
5049
)
5150
}
5251
register("nightly") {
53-
isMinifyEnabled = true
5452
consumerProguardFiles("consumer-proguard-rules.pro")
55-
proguardFiles("proguard-rules.pro")
5653
matchingFallbacks += listOf("release")
5754
resValue(
5855
type = "string",

libraries/pushproviders/firebase/proguard-rules.pro

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)