We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff0039 commit 624c693Copy full SHA for 624c693
app/build.gradle
@@ -24,6 +24,8 @@ dependencies {
24
implementation 'androidx.appcompat:appcompat:1.3.0'
25
26
// line used for local development
27
- // implementation project(':parser')
28
- implementation 'com.github.ticofab:android-gpx-parser:2.0.1'
+ implementation project(':parser')
+
29
+ // this should be used in your app
30
+ // implementation 'com.github.ticofab:android-gpx-parser:2.0.1'
31
}
0 commit comments