Skip to content

Commit fdc5d98

Browse files
authored
Merge pull request #493 from Countly/2543
feat: 25.4.3
2 parents 0010a1b + 3796f9d commit fdc5d98

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## XX.XX.XX
1+
## 25.4.3
2+
* Improved Health Check metric information.
3+
* Improved Content display mechanics.
24

3-
* Mitigated an ANR that occurred when the back button was pressed on the content activity.
4-
5-
* Health check requests now include additional metrics.
6-
7-
* Mitigated an issue where behavior settings were not stored when only provided through configuration during initialization.
8-
* Mitigated an issue where, on the first run of the SDK, behavior settings returned null if none were previously stored.
9-
* Mitigated an issue where first behavior settings update calls sent twice.
5+
* Mitigated an issue that could have happened when navigating back from a Content.
6+
* Mitigated a persistency issue with configuration provided SBS and its initial state.
7+
* Mitigated an issue where SBS could have been fetched twice.
108

119
## 25.4.2
1210
* Mitigated an issue where latest fetched behavior settings were replacing the current settings instead of merging.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ org.gradle.configureondemand=true
2222
android.useAndroidX=true
2323
android.enableJetifier=true
2424
# RELEASE FIELD SECTION
25-
VERSION_NAME=25.4.2
25+
VERSION_NAME=25.4.3
2626
GROUP=ly.count.android
2727
POM_URL=https://github.com/Countly/countly-sdk-android
2828
POM_SCM_URL=https://github.com/Countly/countly-sdk-android

sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class TestUtils {
4444
public final static String commonAppKey = "appkey";
4545
public final static String commonDeviceId = "1234";
4646
public final static String SDK_NAME = "java-native-android";
47-
public final static String SDK_VERSION = "25.4.2";
47+
public final static String SDK_VERSION = "25.4.3";
4848
public static final int MAX_THREAD_COUNT_PER_STACK_TRACE = 50;
4949

5050
public static class Activity2 extends Activity {

sdk/src/main/java/ly/count/android/sdk/Countly.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ of this software and associated documentation files (the "Software"), to deal
4747
*/
4848
public class Countly {
4949

50-
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "25.4.2";
50+
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "25.4.3";
5151
/**
5252
* Used as request meta data on every request
5353
*/

0 commit comments

Comments
 (0)