We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa4c41 commit 1c79455Copy full SHA for 1c79455
plugins/src/main/java/com/google/firebase/gradle/plugins/CopyGoogleServicesPlugin.kt
@@ -70,6 +70,7 @@ abstract class CopyGoogleServicesPlugin : Plugin<Project> {
70
project: Project,
71
path: String
72
) = project.tasks.register("createRootGoogleServices") {
73
+ println("Google services file not found, using fallback")
74
File(path).writeText("""
75
{
76
"project_info": {
0 commit comments