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

Commit c99c326

Browse files
committed
Fixes #87
Wrong. build type used for .aar
1 parent 4a0693a commit c99c326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch-core/runtime/source/Arch.Core.Runtime.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
<Folder Include="Jars\" />
6969
</ItemGroup>
7070
<ItemGroup>
71-
<EmbeddedJar Include="..\..\..\externals\arch-core\arch-core-runtime.aar">
71+
<LibraryProjectZip Include="..\..\..\externals\arch-core\arch-core-runtime.aar">
7272
<Link>arch-core-runtime.aar</Link>
73-
</EmbeddedJar>
73+
</LibraryProjectZip>
7474
</ItemGroup>
7575
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
7676

0 commit comments

Comments
 (0)