Skip to content

Commit

Permalink
fix: crips android
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jan 20, 2022
1 parent fec7a2c commit df602e5
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 @@ -58,7 +58,7 @@ dependencies {
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
testImplementation "junit:junit:$junitVersion"
implementation 'im.crisp:crisp-sdk:1.0.7'
implementation 'im.crisp:crisp-sdk:1.0.8'
implementation 'androidx.multidex:multidex:2.0.1'
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-crisp",
"version": "1.0.15",
"version": "1.0.18",
"description": "Crisp native SDK for capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit df602e5

Please sign in to comment.