Skip to content

Commit

Permalink
Bump version to v0.2.5 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
imraymondlee authored Jul 16, 2024
1 parent aeba6a9 commit 0f158fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Check the latest version of [auth SDK](https://mvnrepository.com/artifact/softwa
Add the following lines to the dependencies section of your build.gradle file in Android Studio:

``` gradle
implementation("software.amazon.location:tracking:0.2.4")
implementation("software.amazon.location:auth:0.2.4")
implementation("software.amazon.location:tracking:0.2.5")
implementation("software.amazon.location:auth:0.2.5")
implementation("aws.sdk.kotlin:location:1.2.21")
```

Expand Down
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 0f158fd

Please sign in to comment.