Skip to content

Commit

Permalink
Fixed version number of package in README. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalfour-amzn authored Nov 1, 2024
1 parent 4c6abff commit 65ef091
Showing 1 changed file with 1 addition and 1 deletion.
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:1.0.0")
implementation("software.amazon.location:auth:1.1.0")
implementation("org.maplibre.gl:android-sdk:11.5.2")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
```
Expand Down

0 comments on commit 65ef091

Please sign in to comment.