Skip to content

Commit e376b5e

Browse files
authored
Merge pull request #3294 from element-hq/ci/jme/fix-nightly-reports-firebase
Fix proguard config for nightly and release builds
2 parents 8bd48fd + f9e3a67 commit e376b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/pushproviders/firebase/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ android {
4949
)
5050
}
5151
register("nightly") {
52-
isMinifyEnabled = true
5352
consumerProguardFiles("consumer-proguard-rules.pro")
5453
matchingFallbacks += listOf("release")
5554
resValue(

0 commit comments

Comments
 (0)