Skip to content

Commit a1ecdcb

Browse files
committed
Link addition and cleanup
1 parent b9d8de0 commit a1ecdcb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ I'm not very good at UIs, so any work with the layouts would be appreciated!
3131

3232
## Donate
3333

34-
[Bitcoin](https://blockchain.info/payment_request?address=14bKk4sR1AD7avuJfBx2izy2FwyqMXEvcY) | [Paypal](https://paypal.me/mendhak) | [LTC](http://ltc.blockr.io/address/info/LP6gPtk1rkXyKYazyUJAkJpyc4Ghp8qxGs)
34+
[Bitcoin](https://blockchain.info/payment_request?address=14bKk4sR1AD7avuJfBx2izy2FwyqMXEvcY) | [Paypal](https://paypal.me/mendhak)
3535

3636

3737
## Verifying

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ buildscript {
1515
}
1616

1717
project.ext.APP_ID = "com.mendhak.gpslogger"
18-
project.ext.APP_VERSION_CODE = 94
19-
project.ext.APP_VERSION_NAME = "94"
18+
project.ext.APP_VERSION_CODE = 95
19+
project.ext.APP_VERSION_NAME ="95"
2020

gpslogger/src/main/res/xml/pref_general.xml

+9
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@
9494
android:data="https://github.com/mendhak/gpslogger/"/>
9595
</Preference>
9696

97+
<Preference
98+
android:key="gpslogger_repo"
99+
android:title="https://gpslogger.app"
100+
android:icon="@drawable/gpsloggericon3"
101+
>
102+
<intent android:action="android.intent.action.VIEW"
103+
android:data="https://gpslogger.app/"/>
104+
</Preference>
105+
97106
<Preference
98107
android:key="gpslogger_crowdin"
99108
android:title="Translations"

0 commit comments

Comments
 (0)