Skip to content

Commit

Permalink
Release v8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bhahirathan-mb-11956 committed Aug 22, 2024
1 parent df6d4da commit 734cf94
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.3'
implementation 'com.zoho.salesiq:mobilisten:8.0.4'
}

![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.3'
implementation 'com.zoho.salesiq:mobilisten:8.0.4'
}

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.3",
"mobilistenVersion": "8.0.4",
"minSdkVersion": "21",
"targetSdkVersion": "27"
}
Expand Down

0 comments on commit 734cf94

Please sign in to comment.