Skip to content

Commit

Permalink
Merge pull request #27 from Bl4ckL10n/hotfix/remove_proguard_code_shr…
Browse files Browse the repository at this point in the history
…inker

ProGuard shrinker was replaced by r8
  • Loading branch information
maxalmonte14 authored Jun 26, 2022
2 parents d8ab574 + 72ffe0d commit 65d657a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<AndroidLinkTool>proguard</AndroidLinkTool>
<AndroidLinkTool>r8</AndroidLinkTool>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
Expand Down

0 comments on commit 65d657a

Please sign in to comment.