Skip to content

Commit

Permalink
Releases 0.10.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Sep 14, 2024
1 parent c6a3559 commit 40d4118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
apply plugin: 'realm-android'
apply plugin: 'maven-publish'

version '0.10.5-SNAPSHOT'
version '0.10.6-SNAPSHOT'

project.version = this.version

Expand Down Expand Up @@ -120,9 +120,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.5-SNAPSHOT') {
implementation('io.ona.kujaku:utils:0.10.6-SNAPSHOT') {
transitive = true;
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk'
exclude group: 'com.android.support', module: 'support-v4'
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

version '0.10.5-SNAPSHOT'
version '0.10.6-SNAPSHOT'
project.version = this.version


Expand Down

0 comments on commit 40d4118

Please sign in to comment.