Skip to content

Commit

Permalink
Stop excluding utils dependency from sample module
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Jan 29, 2019
1 parent a86f828 commit c3f9fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
implementation('io.ona.kujaku:library:0.6.0') {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk'
exclude group: 'io.ona.kujaku', module: 'utils'
//exclude group: 'io.ona.kujaku', module: 'utils'
}
implementation 'com.cocoahero.android:geojson:1.0.1@jar'

Expand Down

0 comments on commit c3f9fe2

Please sign in to comment.