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

Commit 4da128e

Browse files
authored
Add metadata to AndroidAarLibrary
1 parent a2845b7 commit 4da128e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/AndroidXTargets.cshtml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
<ItemGroup>
3030
@foreach (var art in @Model.MavenArtifacts) {
3131
if (art.MavenArtifactPackaging == "aar") {
32-
<AndroidAarLibrary Include="$(MSBuildThisFileDirectory)..\aar\@(art.MavenArtifactId).aar" />
32+
<AndroidAarLibrary Include="$(MSBuildThisFileDirectory)..\aar\@(art.MavenArtifactId).aar">
33+
<AndroidXSkipAndroidXMigration>true</AndroidXSkipAndroidXMigration>
34+
</AndroidAarLibrary>
3335
}
3436
}
3537
</ItemGroup>
@@ -47,4 +49,4 @@
4749
@Raw("\r\n\r\n");
4850
}
4951
}
50-
</Project>
52+
</Project>

0 commit comments

Comments
 (0)