From c9d175c792ba2edf7dcdd6653e09be4ef5c15bfc Mon Sep 17 00:00:00 2001 From: bitscuit Date: Sat, 6 Mar 2021 15:29:11 +0100 Subject: [PATCH] Updated README.md and added some more information about the app --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d7dd4..85390e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # GPSLogger -A Simple GPS Logger App for Android \ No newline at end of file +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).