Skip to content

Commit

Permalink
Android version updated to 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk-kerobyan-metamap committed Dec 24, 2021
1 parent aef9ac7 commit 49f4763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation ('com.getmati:mati-sdk:3.12.3'){
implementation ('com.getmati:mati-sdk:3.12.4'){
exclude group: 'org.json', module: 'json'
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aposnovmati/mati-capacitor-plugin",
"version": "2.4.0",
"version": "2.4.1",
"description": "Capacitor plugin for MatiSDK",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 49f4763

Please sign in to comment.