diff --git a/google-services-plugin/src/main/groovy/com/google/gms/googleservices/GoogleServicesTask.java b/google-services-plugin/src/main/groovy/com/google/gms/googleservices/GoogleServicesTask.java index 73c53185..34255a33 100644 --- a/google-services-plugin/src/main/groovy/com/google/gms/googleservices/GoogleServicesTask.java +++ b/google-services-plugin/src/main/groovy/com/google/gms/googleservices/GoogleServicesTask.java @@ -486,7 +486,6 @@ static List getJsonLocations(String buildType, List flavorNames) fileLocations.add("src/" + flavorName); fileLocations.add("src/" + buildType); fileLocations.add("src/" + flavorName + capitalize(buildType)); - fileLocations.add("src/" + buildType); String fileLocation = "src"; for(String flavor : flavorNames) { fileLocation += "/" + flavor;