Skip to content

Commit

Permalink
Merging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Feb 19, 2024
1 parent ab78a22 commit 406ffa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## XX.XX.XX
## 24.1.1
* Added a new metric for detecting whether or not a device has a hinge

## 24.1.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ org.gradle.configureondemand=true
android.useAndroidX=true
android.enableJetifier=true
# RELEASE FIELD SECTION
VERSION_NAME=24.1.0
VERSION_NAME=24.1.1
GROUP=ly.count.android
POM_URL=https://github.com/Countly/countly-sdk-android
POM_SCM_URL=https://github.com/Countly/countly-sdk-android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public void testPrepareCommonRequest() {
break;
case "sdk_version":
if (a == 0) {
assertEquals("24.1.0", pair[1]);
assertEquals("24.1.1", pair[1]);
} else {
assertEquals("123sdf.v-213", pair[1]);
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/ly/count/android/sdk/Countly.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ of this software and associated documentation files (the "Software"), to deal
*/
public class Countly {

private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.1.0";
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.1.1";

/**
* Used as request meta data on every request
Expand Down

0 comments on commit 406ffa1

Please sign in to comment.