fix link to license file in about screen (#1315)

This commit is contained in:
zyachel 2025-01-22 16:35:32 +00:00 committed by GitHub
parent 35e0fe6be3
commit 05816e4436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
android:summary="@string/gnu_gpl"
android:icon="@drawable/ic_settings_about_license">
<intent android:action="android.intent.action.VIEW"
android:data="https://github.com/Helium314/HeliBoard/blob/main/LICENSE-GPL-3" />
android:data="https://github.com/Helium314/HeliBoard/blob/main/LICENSE" />
</Preference>
<Preference