Skip to content

Commit 3771f93

Browse files
authored
Merge pull request #252 from Countly/24_1_1
feat: bump json lib
2 parents be08c9c + 63b7173 commit 3771f93

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

.idea/modules/app-java/countly-sdk-java.app-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/app-java/countly-sdk-java.app-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.

.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: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XX.XX.XX
1+
## 24.1.1
22

33
* Added a new function "setID(newDeviceId)" for managing device id changes according to the device ID Type.
44

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 = "24.1.0"
23+
ext.CLY_VERSION = "24.1.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=24.1.0
21+
VERSION_NAME=24.1.1
2222
GROUP=ly.count.sdk
2323

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

sdk-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414

1515
dependencies {
16-
implementation 'org.json:json:20231013'
16+
implementation 'org.json:json:20250107'
1717
implementation 'com.google.code.findbugs:jsr305:3.0.2'
1818

1919
testImplementation 'junit:junit:4.13.1'

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
@@ -68,7 +68,7 @@ public class Config {
6868
/**
6969
* Countly SDK version to be sent in HTTP requests
7070
*/
71-
protected String sdkVersion = "24.1.0";
71+
protected String sdkVersion = "24.1.1";
7272

7373
/**
7474
* Countly SDK version to be sent in HTTP requests

0 commit comments

Comments
 (0)