Updated README.md and added some more information about the app

This commit is contained in:
bitscuit 2021-03-06 15:29:11 +01:00
parent d5c8b1764c
commit c9d175c792
1 changed files with 7 additions and 1 deletions

View File

@ -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).