Skip to content

Commit

Permalink
updated version to 4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AvoSukiasyan90 committed Jan 9, 2025
1 parent dab9f39 commit 63630cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ dependencies {
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation ('com.metamap:android-sdk:3.42.4') {
exclude group: "com.airbnb.android", module: "lottie-compose"}
exclude group: "com.airbnb.android", module: "lottie-compose"
exclude group: "org.jetbrains.compose.runtime", module: "runtime-android"
exclude group: "org.jetbrains.compose.runtime", module: "runtime-desktop"
}
}


Expand Down
2 changes: 1 addition & 1 deletion docs/metaMap-capacitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480

| LTS version (Recommended for most users): | Current Version(Latest features) |
|-------------------------------------------|----------------------------------|
| 4.7.5 | 4.7.5 |
| 4.7.6 | 4.7.6 |


# Metamap for Capacitor Usage Guide
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamap-capacitor-plugin",
"version": "4.7.5",
"version": "4.7.6",
"description": "Capacitor plugin for MetaMapSDK",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 63630cf

Please sign in to comment.