Skip to content

Commit

Permalink
Update version of SDK for publishing to Maven (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
imraymondlee authored Jul 8, 2024
1 parent 1da44b6 commit da146ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SDK on Maven Central.
Add the following lines to the dependencies section of your build.gradle file in Android Studio:

```
implementation("software.amazon.location:auth:0.2.4")
implementation("software.amazon.location:auth:0.2.5")
implementation("aws.sdk.kotlin:location:1.2.21")
implementation("org.maplibre.gl:android-sdk:11.0.0-pre5")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT, automaticRelease = true)
signAllPublications()

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

pom {
name.set("Amazon Location Service Mobile Authentication SDK for Android")
Expand Down

0 comments on commit da146ef

Please sign in to comment.