Skip to content

Commit

Permalink
Point kujaku libary to remote kujaku utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-karuri committed Feb 26, 2019
1 parent 5e94eb7 commit 6b63cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ dependencies { configuration ->
}

// Comment the line below when creating releases - The line is for development of the library & utils
implementation (project(":utils")) {
// implementation (project(":utils")) {
// Uncomment the line below when creating releases
//implementation('io.ona.kujaku:utils:0.6.1') {
implementation('io.ona.kujaku:utils:0.6.1') {
transitive = true;
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk'
exclude group: 'com.android.support', module: 'support-v4'
Expand Down

0 comments on commit 6b63cfb

Please sign in to comment.