Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated map component to 1.0.6 #53

Merged
merged 2 commits into from
Oct 25, 2024
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-assemble:
executor:
name: android/android-machine
tag: 2023.11.1
tag: 2023.05.1
resource-class: xlarge
steps:
- checkout
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
build-ui-test:
executor:
name: android/android-machine
tag: 2023.11.1
tag: 2023.05.1
resource-class: xlarge
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion mapbox-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {

dependencies {
// W3W API Map Lib
implementation "com.what3words:w3w-android-map-components:1.0.5"
implementation "com.what3words:w3w-android-map-components:1.0.6"

implementation "androidx.core:core-ktx:1.13.1"
implementation "androidx.appcompat:appcompat:1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion maps-googlemaps-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {

dependencies {
// W3W API Map Lib
implementation "com.what3words:w3w-android-map-components:1.0.5"
implementation "com.what3words:w3w-android-map-components:1.0.6"

implementation "androidx.core:core-ktx:1.13.1"

Expand Down
2 changes: 1 addition & 1 deletion multi-component-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {

dependencies {
// W3W API Map Lib
implementation "com.what3words:w3w-android-map-components:1.0.5"
implementation "com.what3words:w3w-android-map-components:1.0.6"

// W3W Component Lib
implementation "com.what3words:w3w-android-components:3.2.5"
Expand Down