Skip to content

Commit

Permalink
using the online version of the library as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ticofab committed May 16, 2021
1 parent 9c264e9 commit 7be646d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.2.0'

// You should use the commented out line below in your application.
// We depend on the source directly here so that development is easier.
implementation project(':parser')
// implementation 'io.ticofab.androidgpxparser:parser:x.y.z'
implementation 'com.github.ticofab:android-gpx-parser:2.0.0'
}
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
maven { url 'https://jitpack.io' }
google()
}
dependencies {
Expand All @@ -21,5 +22,6 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
maven { url 'https://jitpack.io' }
}
}

0 comments on commit 7be646d

Please sign in to comment.