Skip to content

Commit

Permalink
Upgrade to version 4.3.3
Browse files Browse the repository at this point in the history
Upgrade to version 4.3.3
  • Loading branch information
yeskay-zohocorp committed Dec 2, 2022
1 parent e91aa30 commit 661ab27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Add the following dependency in the app's build.gradle file (**app/build.gradle**).

dependencies {
implementation 'com.zoho.salesiq:mobilisten:4.2.9'
implementation 'com.zoho.salesiq:mobilisten:4.3.3'
}

###### Step 3:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.zoho.salesiq:mobilisten:4.2.9'
implementation 'com.zoho.salesiq:mobilisten:4.3.3'
implementation 'com.google.firebase:firebase-messaging:17.0.0'
implementation 'com.android.support:multidex:1.0.3'
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zoho.salesiq.androidsdk">

<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />

<application
android:name=".MyApplication"
Expand Down
2 changes: 1 addition & 1 deletion compatibility_matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"mobilistenVersion": "4.2.9",
"mobilistenVersion": "4.3.3",
"minSdkVersion": "16",
"targetSdkVersion": "27"
}
Expand Down

0 comments on commit 661ab27

Please sign in to comment.