Skip to content

Commit

Permalink
Merge pull request #8 from CleverTap/1.1.1
Browse files Browse the repository at this point in the history
Preparing for release v1.1.1 CLEVER-7001 CLEVER-7002 CLEVER-7007 CLEVER-7008
  • Loading branch information
darshanclevertap authored Mar 30, 2020
2 parents fc5ee47 + 9eee473 commit 1bedc2e
Show file tree
Hide file tree
Showing 16 changed files with 1,480 additions and 951 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## CHANGE LOG

### Version 1.1.1 (March 30, 2020)
* Adds support for Custom App Inbox
* Adds support for InApp/Inbox button click listeners
* Adds support for Notification Clicked/Viewed for App Inbox
* Adds support for passing Xiaomi/Baidu tokens.
* Supports CleverTap Android SDK v3.7.2
* Supports CleverTap iOS SDK v3.7.3

### Version 1.1.0 (February 27, 2020)
* Adds support for Dynamic Variables & Native Display
* Adds support for Google Play Install Referrer Library v1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To add the CleverTap Flutter SDK to your project, edit your project's `pubspec.y

```yaml
dependencies:
clevertap_plugin: 1.1.0
clevertap_plugin: 1.1.1
```
Run `flutter packages get` to install the SDK
Expand All @@ -36,7 +36,7 @@ Add the following to your `dependencies` section in `project/build.gradle`

Add the following to your `dependencies` section in `app/build.gradle`
```groovy
implementation 'com.clevertap.android:clevertap-android-sdk:3.6.4'
implementation 'com.clevertap.android:clevertap-android-sdk:3.7.2'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.firebase:firebase-messaging:17.3.4'//Mandatory for using FCM push notifications, skip if not using FCM
implementation 'com.android.support:appcompat-v7:28.0.0'//MANDATORY for App Inbox
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.clevertap.android:clevertap-android-sdk:3.6.4'
implementation 'com.clevertap.android:clevertap-android-sdk:3.7.2'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.installreferrer:installreferrer:1.0'
}
Loading

0 comments on commit 1bedc2e

Please sign in to comment.