Skip to content

Commit 92ec946

Browse files
committed
Try fixing proguard config for nightly builds
1 parent 20d0278 commit 92ec946

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libraries/pushproviders/firebase/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ android {
5151
register("nightly") {
5252
isMinifyEnabled = true
5353
consumerProguardFiles("consumer-proguard-rules.pro")
54+
proguardFiles("proguard-rules.pro")
5455
matchingFallbacks += listOf("release")
5556
resValue(
5657
type = "string",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Used for unit tests
2+
3+
-dontwarn java.lang.invoke.StringConcatFactory
4+
5+
-keep class io.element.android.libraries.pushproviders.firebase.** { *; }

0 commit comments

Comments
 (0)