1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Use official NuGet osu-framework build for Android

This commit is contained in:
Albert Tang 2019-03-07 10:14:19 -06:00 committed by GitHub
parent 1e6cb3e7d8
commit c93adb220e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game.Resources" Version="2019.128.0" />
<PackageReference Include="ppy.osu.Framework.Android" Version="0.0.8473" />
<PackageReference Include="ppy.osu.Framework.Android" Version="2019.307.0" />
</ItemGroup>
</Project>
</Project>