Skip to content

Commit

Permalink
⬆️ Upgrade kujaku to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Aug 16, 2024
1 parent 4ac8457 commit ca34a4c
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 @@ -15,7 +15,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.10.4-SNAPSHOT'
version '0.10.5-SNAPSHOT'

project.version = this.version

Expand Down Expand Up @@ -119,7 +119,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.4-SNAPSHOT') {
implementation('io.ona.kujaku:utils:0.10.5-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 @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

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


Expand Down

0 comments on commit ca34a4c

Please sign in to comment.