Skip to content

Commit

Permalink
Release v8.0.2
Browse files Browse the repository at this point in the history
Release v8.0.2
  • Loading branch information
yeskay-zohocorp committed Jun 28, 2024
1 parent 39457a3 commit 9d3ebd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion compatibility_matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"mobilistenVersion": "8.0.1",
"mobilistenVersion": "8.0.2",
"minSdkVersion": "21",
"targetSdkVersion": "27"
}
Expand Down

0 comments on commit 9d3ebd8

Please sign in to comment.