From c2340063da6775aee73d1720c3b111faf31b81bf Mon Sep 17 00:00:00 2001 From: Mani Date: Fri, 25 Oct 2024 12:25:57 +0100 Subject: [PATCH] removed snapshot, bumped version to 1.0.6 --- gradle.properties | 2 +- lib/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 443b8945..611551c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ android.nonTransitiveRClass=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official android.nonFinalResIds=false -LIBRARY_VERSION=1.0.5 +LIBRARY_VERSION=1.0.6 MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN" \ No newline at end of file diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 3f7b84e7..128c2893 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") // what3words api("com.what3words:w3w-android-wrapper:4.0.2") - api("com.what3words:w3w-android-api-sdk-bridge:1.0.8-SNAPSHOT") + api("com.what3words:w3w-android-api-sdk-bridge:1.0.8") // Google maps compileOnly("com.google.android.gms:play-services-maps:19.0.0")