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