diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ab7c5f5..5f4642eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 25.4.0 * ! Minor breaking change ! Removed Secure.ANDROID_ID usage in device id generation. The SDK now exclusively uses random UUIDs for device id generation. +* ! Minor breaking change ! Server Configuration is now enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly. * Added a Content feature method "refreshContentZone" that does a manual refresh. * Extended server configuration capabilities of the SDK. @@ -10,7 +11,7 @@ * Removed the deprecated function "CountlyConfig.setIdMode(idMode)" -* Deprecated the experimental configuration function enableServerConfiguration. It is now enabled by default and can be controlled directly from the server. +* Deprecated the experimental configuration function enableServerConfiguration. ## 25.1.1 * Mitigated an issue where after closing a content, they were not being fetched again. diff --git a/gradle.properties b/gradle.properties index b788fe72f..f78f3b9a4 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=25.4.0-RC1 +VERSION_NAME=25.4.0 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 071ac3e59..59d030627 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 = "25.4.0-RC1"; + public final static String SDK_VERSION = "25.4.0"; 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 7ccfca350..c85f84dd5 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 = "25.4.0-RC1"; + private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "25.4.0"; /** * Used as request meta data on every request