Vinicius Figueiredo Rodrigues

Results 4 comments of Vinicius Figueiredo Rodrigues

It's not setting the output on add_firebase_build_phase.rb script. I've opened the #248 that fixes this

example: `product-flavors.gradle`: ```kotlin android { flavorDimensions "flavor-type" productFlavors { dev { dimension "flavor-type" applicationId "com.app.dev" resValue "string", "app_name", "app dev" } hml { dimension "flavor-type" applicationId "com.app.hml" resValue "string", "app_name",...

I have an android project tha does it exactly like this. It's far easier to manage and we can separate the Library changes from the application changes