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")