sadegh nordeh Member Apr 8, 2025 #1 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 Click to expand... help me
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 Click to expand... help me
Robert Valentino Well-Known Member Licensed User Longtime User Apr 8, 2025 #2 You might be able to accomplish this using #CustomAction See this thread: https://www.b4x.com/android/forum/t...-folder-to-temp-build-bin.148136/#post-939328 Upvote 1
You might be able to accomplish this using #CustomAction See this thread: https://www.b4x.com/android/forum/t...-folder-to-temp-build-bin.148136/#post-939328