mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 13:49:13 +00:00
fix link to license file in about screen (#1315)
This commit is contained in:
parent
35e0fe6be3
commit
05816e4436
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue