Skip to content

Commit

Permalink
chore: up default mapbox ios to 10.19 and android to 10.18.4 (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Oct 19, 2024
1 parent a868a53 commit 02f8c09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def defaultMapboxMapsImpl = "mapbox"
def defaultMapboxMapsVersion = "10.18.0"
def defaultMapboxMapsVersion = "10.18.4"

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

Expand All @@ -188,4 +188,4 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
}
}
2 changes: 1 addition & 1 deletion rnmapbox-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

## Warning: these lines are scanned by autogenerate.js
rnMapboxMapsDefaultMapboxVersion = '~> 10.18.2'
rnMapboxMapsDefaultMapboxVersion = '~> 10.19.0'

rnMapboxMapsDefaultImpl = 'mapbox'

Expand Down

0 comments on commit 02f8c09

Please sign in to comment.