diff --git a/README.md b/README.md index 391efc9..17b7284 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following maven repository in the **settings.gradle** file or root build Add the following dependency in the app's build.gradle file (**app/build.gradle**). dependencies { - implementation 'com.zoho.salesiq:mobilisten:8.0.1' + implementation 'com.zoho.salesiq:mobilisten:8.0.2' } ![enter image description here](https://www.zohowebstatic.com/sites/zweb/images/salesiq/step-5---dependency-android-sdk.png) diff --git a/app/build.gradle b/app/build.gradle index fd40461..9f4c9f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'com.google.firebase:firebase-core:16.0.9' implementation 'com.google.firebase:firebase-messaging:18.0.0' - implementation 'com.zoho.salesiq:mobilisten:8.0.1' + implementation 'com.zoho.salesiq:mobilisten:8.0.2' } apply plugin: 'com.google.gms.google-services' diff --git a/compatibility_matrix.json b/compatibility_matrix.json index 06ce5ba..cc9d291 100644 --- a/compatibility_matrix.json +++ b/compatibility_matrix.json @@ -1,6 +1,6 @@ [ { - "mobilistenVersion": "8.0.1", + "mobilistenVersion": "8.0.2", "minSdkVersion": "21", "targetSdkVersion": "27" }