Updated README.md and added some more information about the app
This commit is contained in:
parent
d5c8b1764c
commit
c9d175c792
|
@ -1,3 +1,9 @@
|
||||||
# GPSLogger
|
# GPSLogger
|
||||||
|
|
||||||
A Simple GPS Logger App for Android
|
A Simple GPS Logger App for Android
|
||||||
|
|
||||||
|
GPSLogger stores GPS data from you smartphone and exports it as a `.gpx` file.
|
||||||
|
|
||||||
|
## Dependecies
|
||||||
|
|
||||||
|
GPSLogger makes use of the [Android_GPX library](https://github.com/FrancescoRigoni/Android_GPX) by FrencescoRigoni, available under the [GPL-2.0 License](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
|
||||||
|
|
Loading…
Reference in New Issue