Skip to content

Commit

Permalink
⬆️ Update the utils version on library
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Aug 16, 2024
1 parent a35cc73 commit 4ac8457
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 @@ -117,9 +117,9 @@ dependencies { configuration ->
implementation mapboxAnnotationPlugin

// 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.10.2-SNAPSHOT') {
implementation('io.ona.kujaku:utils:0.10.4-SNAPSHOT') {
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 4ac8457

Please sign in to comment.