Skip to content

Commit

Permalink
Fix aar duplication for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Feb 3, 2025
1 parent f34f862 commit d46c91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<!-- Android Specific Files -->
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">
<AndroidLibrary Update="Android\app-release.aar" Bind="true" />
<AndroidLibrary Update="Android\app-release.aar" Bind="true" Pack="false" />
<TransformFile Include="Android/Metadata.xml" />
<TransformFile Include="Android/EnumFields.xml" />
<TransformFile Include="Android/EnumMethods.xml" />
Expand Down

0 comments on commit d46c91b

Please sign in to comment.