diff --git a/CHANGELOG.md b/CHANGELOG.md index aefc36c8a..561960946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 24.7.5-RC2 +## 24.7.5 * ! Minor breaking change ! All active views will now automatically stop when consent for "views" is revoked. * The Android SDK now supports Android 15 (API level 35) @@ -16,6 +16,7 @@ * presentRating(Context, String, FeedbackCallback) * Mitigated an issue where content communication was done twice. +* Mititgated an issue where a segmentation key was removed if it included a list with an unsupported value instead of sanitizing. * Mitigated a concurrency issue while restarting stopped views. * Fixed an issue where SDK was not able to set experimental visibility flag correctly by adding additional foreground state capture. diff --git a/gradle.properties b/gradle.properties index 99d3a29c5..d7097fa31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ org.gradle.configureondemand=true android.useAndroidX=true android.enableJetifier=true # RELEASE FIELD SECTION -VERSION_NAME=24.7.5-RC2 +VERSION_NAME=24.7.5 GROUP=ly.count.android POM_URL=https://github.com/Countly/countly-sdk-android POM_SCM_URL=https://github.com/Countly/countly-sdk-android diff --git a/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java b/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java index 488a6b18b..a3b5362db 100644 --- a/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java +++ b/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java @@ -44,7 +44,7 @@ public class TestUtils { public final static String commonAppKey = "appkey"; public final static String commonDeviceId = "1234"; public final static String SDK_NAME = "java-native-android"; - public final static String SDK_VERSION = "24.7.5-RC2"; + public final static String SDK_VERSION = "24.7.5"; public static final int MAX_THREAD_COUNT_PER_STACK_TRACE = 50; public static class Activity2 extends Activity { diff --git a/sdk/src/main/java/ly/count/android/sdk/Countly.java b/sdk/src/main/java/ly/count/android/sdk/Countly.java index 8071f6b49..c481e68bb 100644 --- a/sdk/src/main/java/ly/count/android/sdk/Countly.java +++ b/sdk/src/main/java/ly/count/android/sdk/Countly.java @@ -47,7 +47,7 @@ of this software and associated documentation files (the "Software"), to deal */ public class Countly { - private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.5-RC2"; + private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.5"; /** * Used as request meta data on every request