Skip to content

Commit

Permalink
Merge pull request #440 from Countly/7.8-rc2
Browse files Browse the repository at this point in the history
RC1 for 7.8
  • Loading branch information
turtledreams authored Dec 18, 2024
2 parents feb00e2 + c2dcaa2 commit dbfd08a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7
VERSION_NAME=24.7.8-RC1
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.7";
public final static String SDK_VERSION = "24.7.8-RC1";
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.7";
private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.8-RC1";

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

0 comments on commit dbfd08a

Please sign in to comment.