Skip to content

Commit

Permalink
feat: 24.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Oct 2, 2024
1 parent 96497cf commit 1e8cf6c
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.7.4
* Disabled caching for webviews.
* Expanded the flag (enablePreviousNameRecording) to add current view name as segmentation to custom events. (Experimental!)

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.7.3
VERSION_NAME=24.7.4
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 @@ -43,7 +43,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.3";
public final static String SDK_VERSION = "24.7.4";
public static final int MAX_THREAD_COUNT_PER_STACK_TRACE = 50;

public static class Activity2 extends Activity {
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 @@ -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.3";
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.4";

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

0 comments on commit 1e8cf6c

Please sign in to comment.