Skip to content

Commit 3f40d8f

Browse files
authored
Merge pull request #227 from winnerspiros/copilot/fix-apk-crash-on-startup-another-one
Bump ppy.osu.Framework to 2026.420.2 (Android Vulkan surface fix)
2 parents 482ee25 + d6fe90e commit 3f40d8f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

osu.Android.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</ItemGroup>
7070

7171
<ItemGroup>
72-
<PackageReference Include="ppy.osu.Framework.Android" Version="2026.421.1" />
72+
<PackageReference Include="ppy.osu.Framework.Android" Version="2026.420.2" />
7373
<!-- `ppy.osu.Framework.NativeLibs` is a transitive dependency of `ppy.osu.Framework`
7474
that ships desktop-only natives (Linux/macOS/Windows) under `runtimes/<rid>/native/`
7575
— including a bare Linux `libbass.so`/`libbass_fx.so`/`libbassmix.so` for linux-arm64.

osu.Game/osu.Game.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
</PackageReference>
4040
<PackageReference Include="Realm" Version="20.1.0" />
41-
<PackageReference Include="ppy.osu.Framework" Version="2026.421.1" />
41+
<PackageReference Include="ppy.osu.Framework" Version="2026.420.2" />
4242
<!--
4343
Explicitly pin `ppy.Veldrid.SPIRV` to the winnerspiros fork build that
44-
`ppy.osu.Framework 2026.421.1` was compiled against. This version is the only
44+
`ppy.osu.Framework 2026.420.2` was compiled against. This version is the only
4545
one whose `runtimes/android-arm64/native/libveldrid-spirv.so` is aligned to 16 KB
4646
pages (required by Android 16+). It lives only as a release asset on
4747
<https://github.com/winnerspiros/veldrid-spirv/releases/tag/1.0> and is vendored

osu.iOS.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<PackageReference Include="ppy.osu.Framework.iOS" Version="2026.421.1" />
36+
<PackageReference Include="ppy.osu.Framework.iOS" Version="2026.420.2" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)