From 1ed75c24386ba3d2c4c67018706d0e64cb305d5f Mon Sep 17 00:00:00 2001 From: anush Date: Tue, 27 Feb 2024 18:40:42 +0530 Subject: [PATCH] docs - Updates docs for hotfix v6.1.1 --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- docs/CTCORECHANGELOG.md | 8 ++++++++ docs/CTGEOFENCE.md | 2 +- docs/CTPUSHTEMPLATES.md | 2 +- gradle/libs.versions.toml | 2 +- sample/build.gradle | 4 ++-- templates/CTCORECHANGELOG.md | 8 ++++++++ 8 files changed, 28 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90361ef84..3b6d8da5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGE LOG. +### February 27, 2024 + +* [CleverTap Android SDK v6.1.1](docs/CTCORECHANGELOG.md) + ### February 21, 2024 * [CleverTap Android SDK v6.1.0](docs/CTCORECHANGELOG.md) diff --git a/README.md b/README.md index 3973c4f4f..37246a10d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We publish the SDK to `mavenCentral` as an `AAR` file. Just declare it as depend ```groovy dependencies { - implementation "com.clevertap.android:clevertap-android-sdk:6.1.0" + implementation "com.clevertap.android:clevertap-android-sdk:6.1.1" } ``` @@ -34,7 +34,7 @@ Alternatively, you can download and add the AAR file included in this repo in yo ```groovy dependencies { - implementation (name: "clevertap-android-sdk-6.1.0", ext: 'aar') + implementation (name: "clevertap-android-sdk-6.1.1", ext: 'aar') } ``` @@ -46,7 +46,7 @@ Add the Firebase Messaging library and Android Support Library v4 as dependencie ```groovy dependencies { - implementation "com.clevertap.android:clevertap-android-sdk:6.1.0" + implementation "com.clevertap.android:clevertap-android-sdk:6.1.1" implementation "androidx.core:core:1.9.0" implementation "com.google.firebase:firebase-messaging:23.0.6" implementation "com.google.android.gms:play-services-ads:22.3.0" // Required only if you enable Google ADID collection in the SDK (turned off by default). diff --git a/docs/CTCORECHANGELOG.md b/docs/CTCORECHANGELOG.md index c9fdaa909..61cba756a 100644 --- a/docs/CTCORECHANGELOG.md +++ b/docs/CTCORECHANGELOG.md @@ -1,6 +1,14 @@ ## CleverTap Android SDK CHANGE LOG +### Version 6.1.1 (February 27, 2024) + +#### Bug Fixes +* Fixes an issue of incorrect endpoint in the case of network handshake. +* Fixes a bug in Client Side InApps with regards to frequency limits. + ### Version 6.1.0 (February 21, 2024) +> ⚠️ **NOTE** +Please update to 6.1.1 and above #### New Features diff --git a/docs/CTGEOFENCE.md b/docs/CTGEOFENCE.md index ca570e08b..916d5d447 100644 --- a/docs/CTGEOFENCE.md +++ b/docs/CTGEOFENCE.md @@ -17,7 +17,7 @@ Add the following dependencies to the `build.gradle` ```Groovy implementation "com.clevertap.android:clevertap-geofence-sdk:1.3.0" -implementation "com.clevertap.android:clevertap-android-sdk:6.1.0" // 3.9.0 and above +implementation "com.clevertap.android:clevertap-android-sdk:6.1.1" // 3.9.0 and above implementation "com.google.android.gms:play-services-location:21.0.0" implementation "androidx.work:work-runtime:2.7.1" // required for FETCH_LAST_LOCATION_PERIODIC implementation "androidx.concurrent:concurrent-futures:1.1.0" // required for FETCH_LAST_LOCATION_PERIODIC diff --git a/docs/CTPUSHTEMPLATES.md b/docs/CTPUSHTEMPLATES.md index 909e3d526..68d3d5012 100644 --- a/docs/CTPUSHTEMPLATES.md +++ b/docs/CTPUSHTEMPLATES.md @@ -21,7 +21,7 @@ CleverTap Push Templates SDK helps you engage with your users using fancy push n ```groovy implementation "com.clevertap.android:push-templates:1.2.3" -implementation "com.clevertap.android:clevertap-android-sdk:6.1.0" // 4.4.0 and above +implementation "com.clevertap.android:clevertap-android-sdk:6.1.1" // 4.4.0 and above ``` 2. Add the following line to your Application class before the `onCreate()` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e63565ae0..87413dba8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ coroutines_test = "1.7.3" installreferrer = "2.2" #SDK Versions -clevertap_android_sdk = "6.1.0" +clevertap_android_sdk = "6.1.1" clevertap_rendermax_sdk = "1.0.3" clevertap_geofence_sdk = "1.3.0" clevertap_hms_sdk = "1.3.4" diff --git a/sample/build.gradle b/sample/build.gradle index 44bee891e..2f4575b10 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -136,13 +136,13 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72" implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1"*/ - remoteImplementation("com.clevertap.android:clevertap-android-sdk:6.1.0") + remoteImplementation("com.clevertap.android:clevertap-android-sdk:6.1.1") remoteImplementation("com.clevertap.android:clevertap-geofence-sdk:1.3.0") remoteImplementation("com.clevertap.android:clevertap-xiaomi-sdk:1.5.4") remoteImplementation("com.clevertap.android:push-templates:1.2.3") remoteImplementation("com.clevertap.android:clevertap-hms-sdk:1.3.4") - stagingImplementation("com.clevertap.android:clevertap-android-sdk:6.1.0") + stagingImplementation("com.clevertap.android:clevertap-android-sdk:6.1.1") stagingImplementation("com.clevertap.android:clevertap-geofence-sdk:1.3.0") stagingImplementation("com.clevertap.android:clevertap-xiaomi-sdk:1.5.4") stagingImplementation("com.clevertap.android:push-templates:1.2.3") diff --git a/templates/CTCORECHANGELOG.md b/templates/CTCORECHANGELOG.md index c9fdaa909..61cba756a 100644 --- a/templates/CTCORECHANGELOG.md +++ b/templates/CTCORECHANGELOG.md @@ -1,6 +1,14 @@ ## CleverTap Android SDK CHANGE LOG +### Version 6.1.1 (February 27, 2024) + +#### Bug Fixes +* Fixes an issue of incorrect endpoint in the case of network handshake. +* Fixes a bug in Client Side InApps with regards to frequency limits. + ### Version 6.1.0 (February 21, 2024) +> ⚠️ **NOTE** +Please update to 6.1.1 and above #### New Features