Skip to content

Commit 4bdc8d8

Browse files
author
Stewart Miles
committed
Remove stale comment in Gradle template resolver.
Change-Id: I22953be27d216cf8210531ce540b354e929c16af
1 parent eef40bb commit 4bdc8d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/PlayServicesResolver/src/GradleTemplateResolver.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ internal class GradleTemplateResolver {
7474
/// <param name="dependencies">Dependencies to inject.</param>
7575
/// <returns>true if successful, false otherwise.</returns>
7676
private static bool CopySrcAars(ICollection<Dependency> dependencies) {
77-
// Find all repositories embedded in the project.
7877
bool succeeded = true;
7978
var aarFiles = new List<string>();
8079
// Copy each .srcaar file to .aar while configuring the plugin importer to ignore the

0 commit comments

Comments
 (0)