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 d4216c7 commit 78b0e62Copy full SHA for 78b0e62
plugins/src/main/java/com/google/firebase/gradle/plugins/CopyGoogleServicesPlugin.kt
@@ -77,7 +77,6 @@ abstract class CopyGoogleServicesPlugin : Plugin<Project> {
77
78
private fun registerCopyRootGoogleServicesTask(project: Project, path: String) =
79
project.tasks.register<Copy>("copyRootGoogleServices") {
80
-
81
val library = project.extensions.getByType<BaseExtension>()
82
83
val targetPackageLine = "\"package_name\": \"${library.namespace}\""
0 commit comments