Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit e378220

Browse files
authored
Fix path to .aar
1 parent 7cfbd82 commit e378220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/AndroidSupportTargets.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
@foreach (var art in @Model.MavenArtifacts) {
1818
if (art.MavenArtifactPackaging == "aar") {
19-
<AndroidAarLibrary Include="$(MSBuildThisFileDirectory)..\..\aar\@(art.MavenArtifactId).aar" />
19+
<AndroidAarLibrary Include="$(MSBuildThisFileDirectory)..\..\aar\@(art.MavenGroupId).@(art.MavenArtifactId).aar" />
2020
}
2121
}
2222
</ItemGroup>
@@ -33,4 +33,4 @@
3333
@Raw("\r\n\r\n");
3434
}
3535
}
36-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)