From 1ae1b93247bbcdeaaf59261096c2e13db7e6fe81 Mon Sep 17 00:00:00 2001 From: ArtursK Date: Sun, 23 Apr 2023 23:59:24 +0300 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 1 + sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234be253f..87d55857a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 22.09.4 +* Added server side configuration functionality. This is an experimental feature. * Default max segmentation value count changed from 30 to 100 * Fixing bug that prevented device ID to be changed when there is no consent given diff --git a/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java b/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java index a6872e8e9..2de73878f 100644 --- a/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java +++ b/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java @@ -924,7 +924,7 @@ public synchronized CountlyConfig enableExplicitStorageMode() { /** * This is an experimental feature and it can have breaking changes * - * with this mode enable, the SDK will acquire additional configuration from it's Countly server + * With this mode enable, the SDK will acquire additional configuration from it's Countly server * * @return */