Skip to content

Commit c0ebde9

Browse files
authored
Merge pull request #53 from what3words/fix/map-component-version
updated map component to 1.0.6
2 parents f0c5d26 + 975ce0b commit c0ebde9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-assemble:
88
executor:
99
name: android/android-machine
10-
tag: 2023.11.1
10+
tag: 2023.05.1
1111
resource-class: xlarge
1212
steps:
1313
- checkout
@@ -66,7 +66,7 @@ jobs:
6666
build-ui-test:
6767
executor:
6868
name: android/android-machine
69-
tag: 2023.11.1
69+
tag: 2023.05.1
7070
resource-class: xlarge
7171
steps:
7272
- checkout

mapbox-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969

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

7474
implementation "androidx.core:core-ktx:1.13.1"
7575
implementation "androidx.appcompat:appcompat:1.7.0"

maps-googlemaps-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ android {
6565

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

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

multi-component-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989

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

9494
// W3W Component Lib
9595
implementation "com.what3words:w3w-android-components:3.2.5"

0 commit comments

Comments
 (0)