From 2bd202fe7faa5e08a533946f5a1be2d86c0d5c41 Mon Sep 17 00:00:00 2001 From: redth Date: Thu, 14 Mar 2019 13:13:17 -0400 Subject: [PATCH] Fix paths to things in project template Since binderator changes this structure a bit now --- source/AndroidSupportProject.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/AndroidSupportProject.cshtml b/source/AndroidSupportProject.cshtml index 3eef978..bff878b 100644 --- a/source/AndroidSupportProject.cshtml +++ b/source/AndroidSupportProject.cshtml @@ -73,7 +73,7 @@ @foreach (var art in @Model.MavenArtifacts) { if (art.MavenArtifactPackaging == "aar") { - + } } @@ -119,7 +119,7 @@ Include="..\..\externals\@(art.MavenGroupId).@(art.MavenArtifactId)\libs\*.jar" /> } else { - + } }