Skip to content

Commit

Permalink
0.10.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Sep 18, 2024
1 parent 7d869b6 commit 6f97d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.6-ALPHA-SNAPSHOT'
version '0.10.6-SNAPSHOT'

project.version = this.version

Expand Down Expand Up @@ -122,7 +122,7 @@ dependencies { configuration ->
// Comment the line below when creating releases - The line is for development of the library & utils
//implementation (project(":utils")) {
// Uncomment the line below when creating releases
implementation('io.ona.kujaku:utils:0.10.6-ALPHA-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.6-ALPHA-SNAPSHOT'
version '0.10.6-SNAPSHOT'
project.version = this.version


Expand Down

0 comments on commit 6f97d0e

Please sign in to comment.