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 eef40bb commit 4bdc8d8Copy full SHA for 4bdc8d8
source/PlayServicesResolver/src/GradleTemplateResolver.cs
@@ -74,7 +74,6 @@ internal class GradleTemplateResolver {
74
/// <param name="dependencies">Dependencies to inject.</param>
75
/// <returns>true if successful, false otherwise.</returns>
76
private static bool CopySrcAars(ICollection<Dependency> dependencies) {
77
- // Find all repositories embedded in the project.
78
bool succeeded = true;
79
var aarFiles = new List<string>();
80
// Copy each .srcaar file to .aar while configuring the plugin importer to ignore the
0 commit comments