Skip to content

Commit

Permalink
chore: bump native versions to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Aug 5, 2023
1 parent ba87939 commit 7843c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/rctmgl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def defaultMapboxMapsImpl = "maplibre"
def defaultMapboxMapsVersion = "10.14.1"
def defaultMapboxMapsVersion = "10.15.0"

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
Expand Down
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.14.0'
rnMapboxMapsDefaultMapboxVersion = '~> 10.15.0'
rnMapboxMapsDefaultMapboxGLVersion = '~> 5.9.0'
rnMapboxMapsDefaultMapLibreVersion = 'exactVersion 5.12.1'

Expand Down

0 comments on commit 7843c86

Please sign in to comment.