Skip to content

Commit

Permalink
fix(DualScreen): add RecyclerView to try and address linker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev authored and jeromelaban committed Nov 15, 2021
1 parent 225d0f2 commit 1b04f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI.DualScreen/Uno.UI.DualScreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
</ItemGroup>

<PropertyGroup>
<AndroidLinkSkip>Xamarin.AndroidX.Core;Xamarin.AndroidX.Window;Xamarin.AndroidX.Window.WindowJava;Xamarin.Kotlin.StdLib;Xamarin.KotlinX.Coroutines.Core</AndroidLinkSkip>
<AndroidLinkSkip>Xamarin.AndroidX.Core;Xamarin.AndroidX.RecyclerView;Xamarin.AndroidX.Window;Xamarin.AndroidX.Window.WindowJava;Xamarin.Kotlin.StdLib;Xamarin.KotlinX.Coroutines.Core</AndroidLinkSkip>
</PropertyGroup>
</Project>

0 comments on commit 1b04f21

Please sign in to comment.