Skip to content

Commit

Permalink
Android SDK version updated to 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk-kerobyan-metamap committed Nov 30, 2021
1 parent 794c805 commit 525659e
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.0'){
implementation ('com.getmati:mati-sdk:3.12.1'){
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.3.1",
"version": "2.3.2",
"description": "Capacitor plugin for MatiSDK",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 525659e

Please sign in to comment.