Skip to content

Commit e930c39

Browse files
committedFeb 27, 2024
version bump
1 parent 647dffb commit e930c39

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Following is change logs for recently release versions, you can refer to [releas
66
> DONOT upgrade java-websocket to 1.15.0(or above), bcz it doesn't work on Android 5.1 or earlier version.
77
88

9-
## 8.2.22 release
9+
## 8.2.23 release
1010

1111
#### Break changes
1212
- None
@@ -17,6 +17,8 @@ Following is change logs for recently release versions, you can refer to [releas
1717
#### Optimization and fixed bugs
1818
- None
1919

20+
8.2.23 is identical to 8.2.22
21+
2022

2123
## 8.2.21 release
2224

‎android-sdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333

3434
ext {
35-
sdkVersion = "8.2.22"
35+
sdkVersion = "8.2.23"
3636
supportLibVersion = "26.1.0"
3737
converterVersion = "2.1.0"
3838
rxandroidVersion = "2.1.1"

‎android-sdk/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18-
VERSION_NAME=8.2.22
18+
VERSION_NAME=8.2.23
1919
VERSION_CODE=2695
2020
GROUP=cn.leancloud
2121

‎core/src/main/java/cn/leancloud/core/AppConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public interface SchedulerCreator{
4545
private static retrofit2.Converter.Factory retrofitConverterFactory = converterFactory.generateRetrofitConverterFactory();
4646
private static JSONParser jsonParser = converterFactory.createJSONParser();
4747

48-
private static final String SDK_VERSION = "8.2.22";
48+
private static final String SDK_VERSION = "8.2.23";
4949
private static final String DEFAULT_USER_AGENT = "LeanCloud-Java-SDK/" + SDK_VERSION;
5050

5151
public static void setNetworkTimeout(int seconds) {

0 commit comments

Comments
 (0)
Please sign in to comment.