Skip to content

Commit

Permalink
Merge pull request #293 from google/parallel-gmpAppId
Browse files Browse the repository at this point in the history
Make gmpAppId variant aware
  • Loading branch information
mrober committed May 14, 2024
2 parents e19f7a8 + 04554a1 commit 7ec7311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class GoogleServicesPlugin : Plugin<Project> {
variant.productFlavors.map { it.second },
project.projectDir))
it.applicationId.set(variant.applicationId)
it.gmpAppId.set(project.buildDir.resolve("gmpAppId.txt"))
it.gmpAppId.set(project.buildDir.resolve("gmpAppId/${variant.name}.txt"))
}

// TODO: add an AGP version check to this block
Expand Down

0 comments on commit 7ec7311

Please sign in to comment.