Skip to content

Commit

Permalink
Release v7.1.0
Browse files Browse the repository at this point in the history
Release v7.1.0
  • Loading branch information
yeskay-zohocorp committed Mar 6, 2024
1 parent c6858da commit 45e0bc4
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:7.0.3'
implementation 'com.zoho.salesiq:mobilisten:7.1.0'
}

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

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": "7.0.3",
"mobilistenVersion": "7.1.0",
"minSdkVersion": "21",
"targetSdkVersion": "27"
}
Expand Down

0 comments on commit 45e0bc4

Please sign in to comment.