Skip to content

Commit

Permalink
Fix #160: Add LiberaPay
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3ts0n committed May 27, 2021
1 parent ce6b267 commit 886eb92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions androbd/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,16 @@
android:action="android.intent.action.VIEW"
android:data="bitcoin://19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP"/>
</Preference>
<Preference
android:icon="@drawable/ic_coin"
android:key="liberapay"
android:title="LiberaPay"
android:summary="https://liberapay.com/AndrOBD/donate"
>
<intent
android:action="android.intent.action.VIEW"
android:data="https://liberapay.com/AndrOBD/donate"/>
</Preference>
</PreferenceCategory>
</PreferenceScreen>

Expand Down

0 comments on commit 886eb92

Please sign in to comment.