Skip to content

Commit 43fb47f

Browse files
committed
Add proguard file for firebase for release variant too
1 parent 92ec946 commit 43fb47f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/pushproviders/firebase/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
buildTypes {
2828
getByName("release") {
2929
consumerProguardFiles("consumer-proguard-rules.pro")
30+
proguardFiles("proguard-rules.pro")
3031
resValue(
3132
type = "string",
3233
name = "google_app_id",

0 commit comments

Comments
 (0)