Add proguard file for firebase for release variant too
This commit is contained in:
parent
e56c64cb10
commit
e9d8ba1177
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