Try fixing proguard config for nightly builds
This commit is contained in:
@@ -51,6 +51,7 @@ android {
|
||||
register("nightly") {
|
||||
isMinifyEnabled = true
|
||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||
proguardFiles("proguard-rules.pro")
|
||||
matchingFallbacks += listOf("release")
|
||||
resValue(
|
||||
type = "string",
|
||||
|
||||
5
libraries/pushproviders/firebase/proguard-rules.pro
vendored
Normal file
5
libraries/pushproviders/firebase/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Used for unit tests
|
||||
|
||||
-dontwarn java.lang.invoke.StringConcatFactory
|
||||
|
||||
-keep class io.element.android.libraries.pushproviders.firebase.** { *; }
|
||||
Reference in New Issue
Block a user