Add proguard file for firebase for release variant too

This commit is contained in:
Jorge Martín
2024-08-11 10:23:22 +02:00
parent e56c64cb10
commit e9d8ba1177

View File

@@ -27,6 +27,7 @@ android {
buildTypes {
getByName("release") {
consumerProguardFiles("consumer-proguard-rules.pro")
proguardFiles("proguard-rules.pro")
resValue(
type = "string",
name = "google_app_id",