Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
imraymondlee authored Jul 16, 2024
1 parent 5d627cc commit 6dd476e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT, automaticRelease = true)
signAllPublications()

coordinates("software.amazon.location", "tracking", "0.2.4")
coordinates("software.amazon.location", "tracking", "0.2.5")

pom {
name.set("Amazon Location Service Mobile Tracking SDK for Android")
Expand Down Expand Up @@ -97,7 +97,7 @@ dependencies {
if (findProject(":authSdk") != null) {
implementation(project(":authSdk"))
} else {
implementation("software.amazon.location:auth:0.2.4")
implementation("software.amazon.location:auth:0.2.5")
}

val roomVersion = "2.6.1"
Expand Down

0 comments on commit 6dd476e

Please sign in to comment.