Add proguard file for firebase for release variant too
This commit is contained in:
parent
92ec946ef0
commit
43fb47f7af
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ android {
|
|||
buildTypes {
|
||||
getByName("release") {
|
||||
consumerProguardFiles("consumer-proguard-rules.pro")
|
||||
proguardFiles("proguard-rules.pro")
|
||||
resValue(
|
||||
type = "string",
|
||||
name = "google_app_id",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue