Merge pull request #351 from RichyHBM/update-donate-link

Update donation link
This commit is contained in:
Jakob Nixdorf 2019-06-03 09:52:58 +02:00 committed by GitHub
commit 0c46b8b7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ public class AboutFragment extends Fragment {
private static final String AUTHOR1_EXTRA = "https://paypal.me/flocke000"; private static final String AUTHOR1_EXTRA = "https://paypal.me/flocke000";
private static final String AUTHOR2_GITHUB = "https://github.com/richyhbm"; private static final String AUTHOR2_GITHUB = "https://github.com/richyhbm";
private static final String AUTHOR2_EXTRA = "bitcoin:1KyLwnxXR577gYUtwRMSMhkpsJVoK2bTLN"; private static final String AUTHOR2_EXTRA = "https://richyhbm.co.uk/donate";
private static final String AUTHOR_ORIGINAL_GITHUB = "https://github.com/0xbb"; private static final String AUTHOR_ORIGINAL_GITHUB = "https://github.com/0xbb";
private static final String AUTHOR_ORIGINAL_EXTRA = AUTHOR_ORIGINAL_GITHUB + "/otp-authenticator"; private static final String AUTHOR_ORIGINAL_EXTRA = AUTHOR_ORIGINAL_GITHUB + "/otp-authenticator";