metamap-capacitor-plugin 4.7.6 → 4.7.8
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/MetamapCapacitorPlugin.podspec +1 -1
- package/README.md +1 -3
- package/android/build.gradle +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
|
|
|
19
19
|
s.dependency 'Capacitor'
|
|
20
20
|
|
|
21
21
|
# MetaMapSDK dependency, which brings in Incode SDK
|
|
22
|
-
s.dependency 'MetaMapSDK', '3.22.
|
|
22
|
+
s.dependency 'MetaMapSDK', '3.22.7'
|
|
23
23
|
|
|
24
24
|
# Use static framework to support dependencies like Incode SDK
|
|
25
25
|
s.static_framework = true
|
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
# MetaMap for Capacitor Usage Guide
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* [Usage guide](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metaMap-capacitor.md)
|
|
3
|
+
* [Metamap Capacitor plugin Documentation](https://docs.metamap.com/docs/quik-start-1)
|
package/android/build.gradle
CHANGED
|
@@ -54,7 +54,7 @@ dependencies {
|
|
|
54
54
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
55
55
|
implementation project(':capacitor-android')
|
|
56
56
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
57
|
-
implementation ('com.metamap:android-sdk:3.42.
|
|
57
|
+
implementation ('com.metamap:android-sdk:3.42.6') {
|
|
58
58
|
exclude group: "com.airbnb.android", module: "lottie-compose"
|
|
59
59
|
exclude group: "org.jetbrains.compose.runtime", module: "runtime-android"
|
|
60
60
|
exclude group: "org.jetbrains.compose.runtime", module: "runtime-desktop"
|