Skip to content

Commit 96d995a

Browse files
updated version to 2.6.6
1 parent 815863c commit 96d995a

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

.idea/other.xml

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

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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,6 +1,6 @@
11
{
22
"name": "metamap-cordova-plugin",
3-
"version": "2.6.5",
3+
"version": "2.6.6",
44
"description": "MetaMap SDK plugin",
55
"cordova": {
66
"id": "metamap-cordova-plugin",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<source url="https://cdn.cocoapods.org/" />
3939
</config>
4040
<pods use-frameworks="true">
41-
<pod name="MetaMapSDK" spec="3.23.9" />
41+
<pod name="MetaMapSDK" spec="3.23.10" />
4242
</pods>
4343
</podspec>
4444

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repositories {
44
}
55

66
dependencies {
7-
implementation ('com.metamap:android-sdk:3.42.9') {
7+
implementation ('com.metamap:android-sdk:3.42.10') {
88
exclude group: "com.airbnb.android", module: "lottie-compose"
99
exclude group: "org.jetbrains.compose.runtime", module: "runtime-android"
1010
exclude group: "org.jetbrains.compose.runtime", module: "runtime-desktop"

0 commit comments

Comments
 (0)