Skip to content

Commit

Permalink
⬆️ Upgrade the kujaku dependencies and publish snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed May 9, 2024
1 parent 47f2adb commit b5e3693
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ allprojects {
password = localProperties['mapbox.repo.token'] ?: ""
}
}
maven{url "https://oss.sonatype.org/content/repositories/snapshots"}
maven{url "https://s01.oss.sonatype.org/content/repositories/snapshots"}
}

}
Expand Down
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply plugin: 'jacoco'

buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
Expand All @@ -14,7 +15,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.10.1-SNAPSHOT'
version '0.10.2-SNAPSHOT'

project.version = this.version

Expand Down Expand Up @@ -118,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.9.0') {
//implementation('io.ona.kujaku:utils:0.10.2-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.1-SNAPSHOT'
version '0.10.2-SNAPSHOT'
project.version = this.version


Expand Down

0 comments on commit b5e3693

Please sign in to comment.