Skip to content

Commit 8e35f43

Browse files
feat: update sdk version (#169)
1 parent e1a26bc commit 8e35f43

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.idea/modules/sdk-java/countly-sdk-java.sdk-java.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/sdk-java/countly-sdk-java.sdk-java.main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/sdk-java/countly-sdk-java.sdk-java.test.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
allprojects {
23-
ext.CLY_VERSION = "23.10.0"
23+
ext.CLY_VERSION = "23.10.1"
2424
ext.POWERMOCK_VERSION = "1.7.4"
2525

2626
tasks.withType(Javadoc) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
# RELEASE FIELD SECTION
21-
VERSION_NAME=23.10.0
21+
VERSION_NAME=23.10.1
2222
GROUP=ly.count.sdk
2323

2424
POM_URL=https://github.com/Countly/countly-sdk-java

sdk-java/src/main/java/ly/count/sdk/java/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public String toString() {
197197
/**
198198
* Countly SDK version to be sent in HTTP requests
199199
*/
200-
protected String sdkVersion = "23.10.0";
200+
protected String sdkVersion = "23.10.1";
201201

202202
/**
203203
* Countly SDK version to be sent in HTTP requests

sdk-java/src/test/java/ly/count/sdk/java/internal/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class TestUtils {
3636
static String SERVER_APP_KEY = "COUNTLY_APP_KEY";
3737
static String DEVICE_ID = "some_random_test_device_id";
3838
static String SDK_NAME = "java-native";
39-
static String SDK_VERSION = "23.10.0";
39+
static String SDK_VERSION = "23.10.1";
4040
static String APPLICATION_VERSION = "1.0";
4141

4242
public static final String[] eKeys = new String[] { "eventKey1", "eventKey2", "eventKey3", "eventKey4", "eventKey5", "eventKey6", "eventKey7" };

0 commit comments

Comments
 (0)