Skip to content

Commit

Permalink
Remove osuTK reference from android project
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Apr 26, 2024
1 parent f6b4c3c commit a60499c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions osu.Framework.Android/AndroidGameSurface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Org.Libsdl.App;
using osu.Framework.Graphics;
using osu.Framework.Platform;
using osuTK.Android;
using osu.Framework.Bindables;
using Android.Views;
using AndroidX.Core.View;
Expand Down Expand Up @@ -66,7 +65,7 @@ public override void HandleResume()
}

/// <summary>
/// Updates the <see cref="IWindow.SafeAreaPadding"/>, taking into account screen insets that may be obstructing this <see cref="AndroidGameView"/>.
/// Updates the <see cref="IWindow.SafeAreaPadding"/>, taking into account screen insets that may be obstructing this <see cref="AndroidGameSurface"/>.
/// </summary>
private void updateSafeArea(WindowInsets? windowInsets)
{
Expand Down
1 change: 0 additions & 1 deletion osu.Framework.Android/osu.Framework.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osuTK.Android" Version="1.0.211" />
<PackageReference Include="ppy.SDL3-CS.Android" Version="2024.418.1" />
<PackageReference Include="Xamarin.AndroidX.Window" Version="1.2.0.1" />
</ItemGroup>
Expand Down

0 comments on commit a60499c

Please sign in to comment.