We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e19f7a8 + 04554a1 commit 7ec7311Copy full SHA for 7ec7311
1 file changed
google-services-plugin/src/main/kotlin/com/google/gms/googleservices/GoogleServicesPlugin.kt
@@ -92,7 +92,7 @@ class GoogleServicesPlugin : Plugin<Project> {
92
variant.productFlavors.map { it.second },
93
project.projectDir))
94
it.applicationId.set(variant.applicationId)
95
- it.gmpAppId.set(project.buildDir.resolve("gmpAppId.txt"))
+ it.gmpAppId.set(project.buildDir.resolve("gmpAppId/${variant.name}.txt"))
96
}
97
98
// TODO: add an AGP version check to this block
0 commit comments