fix link to license file in about screen

This commit is contained in:
zyachel 2025-01-22 00:07:32 +05:30
parent 35e0fe6be3
commit e8e5021430

View file

@ -24,7 +24,7 @@
android:summary="@string/gnu_gpl" android:summary="@string/gnu_gpl"
android:icon="@drawable/ic_settings_about_license"> android:icon="@drawable/ic_settings_about_license">
<intent android:action="android.intent.action.VIEW" <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>
<Preference <Preference