From 624c693634dae08107a7f1ed610bdb6893efa1c9 Mon Sep 17 00:00:00 2001 From: Fabio Tiriticco Date: Sat, 10 Jul 2021 09:56:52 +0200 Subject: [PATCH] forgot the local dependency --- app/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' }