Skip to content

Commit

Permalink
feat: Update src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj
Browse files Browse the repository at this point in the history
Co-authored-by: Jérôme Laban <jlaban@gmail.com>
  • Loading branch information
ajpinedam and jeromelaban committed Dec 24, 2020
1 parent 67e3a99 commit bebb51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<PropertyGroup Condition="'$(UnoSampleAppDisableAPKGeneration)'=='True'">
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
</PropertyGroup>
<Target Name="AfterBuildValidation" AfterTargets="Build">
<Target Name="ValidateNoDPIAndroidResource" AfterTargets="Build">
<ItemGroup>
<_myFilteredGroup Include="@(AndroidResource)" Condition="'%(AndroidResource.FileName)'=='winui'" />
</ItemGroup>
Expand Down

0 comments on commit bebb51c

Please sign in to comment.