Skip to content

Commit

Permalink
Merge pull request #53 from what3words/fix/map-component-version
Browse files Browse the repository at this point in the history
updated map component to 1.0.6
  • Loading branch information
mani-apps authored Oct 25, 2024
2 parents f0c5d26 + 975ce0b commit c0ebde9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit c0ebde9

Please sign in to comment.