diff --git a/app/build.gradle b/app/build.gradle index cb1defd..c283761 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,6 +24,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' // line used for local development - // implementation project(':parser') - implementation 'com.github.ticofab:android-gpx-parser:2.0.1' + implementation project(':parser') + + // this should be used in your app + // implementation 'com.github.ticofab:android-gpx-parser:2.0.1' }