Skip to content

Commit 02f8c09

Browse files
authored
chore: up default mapbox ios to 10.19 and android to 10.18.4 (#3659)
1 parent a868a53 commit 02f8c09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def defaultMapboxMapsImpl = "mapbox"
2-
def defaultMapboxMapsVersion = "10.18.0"
2+
def defaultMapboxMapsVersion = "10.18.4"
33

44
def safeExtGet(prop, fallback) {
55
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
@@ -163,7 +163,7 @@ dependencies {
163163
} else {
164164
msg = '@rnmapbox/maps: RNMapboxMapsImpl has invalid value - only mapbox supported - see https://github.com/rnmapbox/maps/wiki/Deprecated-RNMapboxImpl-Maplibre#android'
165165
logger.error(msg)
166-
throw new GradleException(msg)
166+
throw new GradleException(msg)
167167
}
168168
}
169169

@@ -188,4 +188,4 @@ dependencies {
188188

189189
tasks.withType(Test).configureEach {
190190
useJUnitPlatform()
191-
}
191+
}

rnmapbox-maps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require 'json'
2020
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
2121

2222
## Warning: these lines are scanned by autogenerate.js
23-
rnMapboxMapsDefaultMapboxVersion = '~> 10.18.2'
23+
rnMapboxMapsDefaultMapboxVersion = '~> 10.19.0'
2424

2525
rnMapboxMapsDefaultImpl = 'mapbox'
2626

0 commit comments

Comments
 (0)