metamap-capacitor-plugin 4.5.0 → 4.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,4 +3,3 @@
3
3
  The MetaMap for Ionic Capacitor usage guide and changelog can be found in the following locations:
4
4
 
5
5
  * [Usage guide](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metaMap-capacitor.md)
6
- * [Changelog](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metamap-capacitor-changelog.md)
@@ -51,7 +51,7 @@ dependencies {
51
51
  implementation fileTree(dir: 'libs', include: ['*.jar'])
52
52
  implementation project(':capacitor-android')
53
53
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
54
- implementation ('com.metamap:android-sdk:3.36.0')
54
+ implementation ('com.metamap:android-sdk:3.37.0')
55
55
  }
56
56
 
57
57
 
@@ -21,3 +21,4 @@ org.gradle.jvmargs=-Xmx1536m
21
21
  # https://developer.android.com/topic/libraries/support-library/androidx-rn
22
22
  android.useAndroidX=true
23
23
 
24
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",