Skip to content

Commit 194756c

Browse files
authored
Merge pull request #34 from what3words/staging
1.0.6
2 parents fe09712 + 0fcd45d commit 194756c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android.nonTransitiveRClass=true
2222
# Kotlin code style for this project: "official" or "obsolete":
2323
kotlin.code.style=official
2424
android.nonFinalResIds=false
25-
LIBRARY_VERSION=1.0.5
25+
LIBRARY_VERSION=1.0.6
2626
MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN"

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation("com.google.android.material:material:1.12.0")
6666
// what3words
6767
api("com.what3words:w3w-android-wrapper:4.0.2")
68-
api("com.what3words:w3w-android-api-sdk-bridge:1.0.8-SNAPSHOT")
68+
api("com.what3words:w3w-android-api-sdk-bridge:1.0.8")
6969

7070
// Google maps
7171
compileOnly("com.google.android.gms:play-services-maps:19.0.0")

0 commit comments

Comments
 (0)