Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down