Skip to content

Commit

Permalink
Fix typo on Resizetizer After.targets (#15630)
Browse files Browse the repository at this point in the history
The Resizetizer.After.targets was using
`ResizetizeCollectItemsAfterTargets` rather than
`ResizetizeCollectItemsBeforeTargets` in its PropertyGroup.
So lets fix that up.
  • Loading branch information
dellis1972 authored Jun 14, 2023
1 parent b7afc3b commit 4917cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<ResizetizerPlatformType>android</ResizetizerPlatformType>

<ResizetizeCollectItemsBeforeTargets>
$(ResizetizeCollectItemsAfterTargets);
$(ResizetizeCollectItemsBeforeTargets);
_ComputeAndroidResourcePaths;
</ResizetizeCollectItemsBeforeTargets>

Expand Down

0 comments on commit 4917cee

Please sign in to comment.