Android Question google-services

Hello.
I have build configurations b1, b2
Now each of these have separate packages
I want To create a separate google-services.json For Each package with the command
#if b1
''''''google-services1.json
#Else if b2
''''''google-services2.json
#End If
help me
 

Similar Threads

Top