Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Documentation

Visit [our reference document site](https://app.mapsindoors.com/mapsindoors/reference/react-native/mapbox/1.0.2/index.html) to get an overview of what the MapsIndoors SDK offers.
Visit [our reference document site](https://app.mapsindoors.com/mapsindoors/reference/react-native/mapbox/1.0.3/index.html) to get an overview of what the MapsIndoors SDK offers.

## Getting started

Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
}

implementation 'com.mapbox.maps:android:10.14.1'
implementation 'com.mapspeople.mapsindoors:mapbox:4.1.11'
implementation 'com.mapspeople.mapsindoors:mapbox:4.2.2'
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'androidx.core:core-ktx:1.3.2'
}
Expand Down Expand Up @@ -136,12 +136,12 @@ afterEvaluate { project ->
}

task androidJavadocJar(type: Jar, dependsOn: androidJavadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from androidJavadoc.destinationDir
}

task androidSourcesJar(type: Jar) {
classifier = 'sources'
archiveClassifier = 'sources'
from android.sourceSets.main.java.srcDirs
include '**/*.java'
}
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/java/com/reactlibrary/core
2 changes: 1 addition & 1 deletion ios/core
12,097 changes: 2,009 additions & 10,088 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsindoors/react-native-maps-indoors-mapbox",
"title": "React Native MapsIndoors Mapbox",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Native MapsIndoors component with mapbox",
"react-native": "index.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions react-native-maps-indoors-mapbox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "MapsIndoorsMapbox", "4.2.4"
s.dependency "MapsIndoorsCodable", "4.2.4"
s.dependency "MapsIndoorsMapbox", "4.2.5"
s.dependency "MapsIndoorsCodable", "4.2.5"
end

2 changes: 1 addition & 1 deletion src/core