Skip to content

Commit

Permalink
Sunsetting preparations
Browse files Browse the repository at this point in the history
BVM will not be updated to target Android 15.
It will stay around until Google Play at some point no longer show it for newer devices.
Last release stays available on GitHub.

This change will likely break the app:
https://developer.android.com/about/versions/15/behavior-changes-15
  • Loading branch information
d4rken committed Nov 29, 2024
1 parent f4c47e1 commit 6253d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/settings_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
android:title="@string/label_discord">
<intent
android:action="android.intent.action.VIEW"
android:data="https://sdmaid.darken.eu/discord"/>
android:data="https://discord.gg/PZR7M8p" />
</Preference>
</PreferenceCategory>
<PreferenceCategory android:title="@string/label_thanks">
Expand Down

0 comments on commit 6253d23

Please sign in to comment.