Skip to content

Commit ada0467

Browse files
authored
Tentative fix for transient missing UnoViewGroup build error (#971)
Tentative fix for transient missing UnoViewGroup build error
2 parents d805148 + 6180f6c commit ada0467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI.BindingHelper.Android/Uno.UI.BindingHelper.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<Import Project="..\Uno.CrossTargetting.props" />
5757

58-
<Target Name="_CompileUnoJavaCreateOutputs">
58+
<Target Name="_CompileUnoJavaCreateOutputs" BeforeTargets="Build">
5959
<!--
6060
Create the EmbeddedJar itemgroup here so the Xamarin tooling picks it up,
6161
but in the obj folder so we dont have rebuild and git ignore issues.

0 commit comments

Comments
 (0)