Skip to content

Commit

Permalink
Disabling the r8 minimizer, which was causing Release-mode builds to …
Browse files Browse the repository at this point in the history
…crash on startup
  • Loading branch information
aschuhardt committed Oct 30, 2023
1 parent 8e3e79c commit 7d3e4ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RosyCrow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<AndroidSigningKeyAlias>signing-key</AndroidSigningKeyAlias>
<AndroidSigningKeyPass>env:ROSYCROW_SIGNING_KEY_PASSWORD</AndroidSigningKeyPass>
<TrimMode>link</TrimMode>
<AndroidLinkTool>r8</AndroidLinkTool>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'">
Expand Down

0 comments on commit 7d3e4ce

Please sign in to comment.