Skip to content

Commit 524dc1b

Browse files
authored
Merge pull request #434 from Countly/version-rc2
24.7.7-rc2
2 parents 3b1117d + eed8b0e commit 524dc1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "24.7.7-RC1";
47+
public final static String SDK_VERSION = "24.7.7-RC2";
4848
public static final int MAX_THREAD_COUNT_PER_STACK_TRACE = 50;
4949

5050
public static class Activity2 extends Activity {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public void SE_206_CR_CNG_A_id_change() throws InterruptedException {
312312

313313
flowAutomaticSessions(countly, new TestLifecycleObserver());
314314

315-
Assert.assertEquals(6, TestUtils.getCurrentRQ().length);
315+
Assert.assertEquals(5, TestUtils.getCurrentRQ().length);
316316
validateSessionConsentRequest(0, false, TestUtils.commonDeviceId);
317317
validateRequest(TestUtils.map("location", ""), 1);
318318
TestUtils.validateRequest("newID", TestUtils.map("old_device_id", TestUtils.commonDeviceId), 2);

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 = "24.7.7-RC1";
50+
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.7-RC2";
5151

5252
/**
5353
* Used as request meta data on every request

0 commit comments

Comments
 (0)