Skip to content

Commit

Permalink
Merge pull request #442 from Countly/2478
Browse files Browse the repository at this point in the history
feat: 24.7.8
  • Loading branch information
turtledreams authored Dec 23, 2024
2 parents dbfd08a + ca4eaa1 commit f1d25a5
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.8
* Added a config option to content (setZoneTimerInterval) to set content zone timer. (Experimental!)

## 24.7.7
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.8-RC1
VERSION_NAME=24.7.8
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 @@ -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 = "24.7.8-RC1";
public final static String SDK_VERSION = "24.7.8";
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.8-RC1";
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.8";

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

0 comments on commit f1d25a5

Please sign in to comment.