From da146ef1f4ea092e090c93eb6351954c8dbddaed Mon Sep 17 00:00:00 2001 From: Raymond Lee <24238845+imraymondlee@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:18:04 -0700 Subject: [PATCH] Update version of SDK for publishing to Maven (#10) --- README.md | 2 +- library/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b73915a..ab4b513 100644 --- a/README.md +++ b/README.md @@ -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") diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 8818782..6ca0b47 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -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")