Skip to content

Commit

Permalink
forgot the local dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ticofab committed Jul 10, 2021
1 parent 4ff0039 commit 624c693
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 624c693

Please sign in to comment.