Skip to content

Commit

Permalink
πŸ› Fixed incorrect initializazion of Firebase (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovngl committed Sep 12, 2023
1 parent 7725542 commit ef5102c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ android {
productFlavors {
create("full") {
dimension = "version"
firebaseEnabled = true
}
create("foss"){
dimension = "version"
applicationIdSuffix = ".foss"
versionNameSuffix = "-foss"
firebaseEnabled = false
}
}

Expand Down

0 comments on commit ef5102c

Please sign in to comment.