Skip to content

Commit c27d392

Browse files
committed
updated version to 4.9.0
1 parent ea8dca1 commit c27d392

7 files changed

Lines changed: 8 additions & 8 deletions

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ dependencies {
5757
// https://github.com/facebook/react-native/blob/0.61-stable/template/android/app/build.gradle#L192
5858
//noinspection GradleDynamicVersion
5959
implementation 'com.facebook.react:react-native:+' // From node_modules
60-
implementation 'com.metamap:android-sdk:3.26.1'
60+
implementation 'com.metamap:android-sdk:3.27.0'
6161
}

docs/metaMap-reactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
88

99
| LTS version (Recommended for most users): | Current Version(Latest features) |
1010
|-------------------------------------------|----------------------------------|
11-
| 4.8.0 | 4.8.3 |
11+
| 4.8.3 | 4.8.3 |
1212

1313
## Install MetaMap for React Native Expo
1414

docs/metamap-react-native-expo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
88

99
| LTS version (Recommended for most users): | Current Version(Latest features) |
1010
|-------------------------------------------|----------------------------------|
11-
| 4.7.3 | 4.7.3 |
11+
| 4.9.0 | 4.9.0 |
1212

1313
# MetaMap React Expo Native Usage Guide
1414

@@ -22,7 +22,7 @@ This plugin uses the latest versions of the MetaMap iOS and Android SDKs. For mo
2222
The following instructions installs and add Expo to manage your workflow, and assumes you already have [`yarn`](https://classic.yarnpkg.com/lang/en/docs/install/) installed on your system:
2323
1. Install the SDK:
2424
```bash
25-
npm i react-native-expo-metamap-sdk@<version_number>
25+
npm i react-native-expo-metamap-sdk
2626
```
2727
2. Add the following line to your `app.json` file:
2828
```JSON

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-metamap-sdk",
33
"title": "React Native MetaMap Id Sdk",
4-
"version": "4.8.3",
4+
"version": "4.9.0",
55
"description": "Mati React Nastive Plugin",
66
"main": "index.js",
77
"scripts": {

react-native-metaMap-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.requires_arc = true
2121

2222
s.dependency "React"
23-
s.dependency 'MetaMap-ID-SDK', "~> 3.12.0"
23+
s.dependency 'MetaMapSDK', "~> 3.12.1"
2424
# s.dependency "..."
2525
end
2626

0 commit comments

Comments
 (0)