From 9e37de8023fe1c7fd7e54fd5cc145d307dec9c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Sat, 19 Oct 2024 10:07:38 +0200 Subject: [PATCH] chore: up default mapbox ios to 10.19 and android to 10.18.4 --- android/build.gradle | 6 +++--- rnmapbox-maps.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8974ba232..dd8e6c69d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 @@ -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) } } @@ -188,4 +188,4 @@ dependencies { tasks.withType(Test).configureEach { useJUnitPlatform() -} \ No newline at end of file +} diff --git a/rnmapbox-maps.podspec b/rnmapbox-maps.podspec index 7eda9bfac..cbc950c3f 100644 --- a/rnmapbox-maps.podspec +++ b/rnmapbox-maps.podspec @@ -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'