Skip to content

Commit 406ffa1

Browse files
committed
Merging changes
1 parent ab78a22 commit 406ffa1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XX.XX.XX
1+
## 24.1.1
22
* Added a new metric for detecting whether or not a device has a hinge
33

44
## 24.1.0

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=24.1.0
25+
VERSION_NAME=24.1.1
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/ConnectionQueueTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public void testPrepareCommonRequest() {
490490
break;
491491
case "sdk_version":
492492
if (a == 0) {
493-
assertEquals("24.1.0", pair[1]);
493+
assertEquals("24.1.1", pair[1]);
494494
} else {
495495
assertEquals("123sdf.v-213", pair[1]);
496496
}

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

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

52-
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.1.0";
52+
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.1.1";
5353

5454
/**
5555
* Used as request meta data on every request

0 commit comments

Comments
 (0)