Skip to content

Commit 624c693

Browse files
committed
forgot the local dependency
1 parent 4ff0039 commit 624c693

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies {
2424
implementation 'androidx.appcompat:appcompat:1.3.0'
2525

2626
// line used for local development
27-
// implementation project(':parser')
28-
implementation 'com.github.ticofab:android-gpx-parser:2.0.1'
27+
implementation project(':parser')
28+
29+
// this should be used in your app
30+
// implementation 'com.github.ticofab:android-gpx-parser:2.0.1'
2931
}

0 commit comments

Comments
 (0)