Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Feb 27, 2024
1 parent 647dffb commit e930c39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Following is change logs for recently release versions, you can refer to [releas
> DONOT upgrade java-websocket to 1.15.0(or above), bcz it doesn't work on Android 5.1 or earlier version.

## 8.2.22 release
## 8.2.23 release

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

8.2.23 is identical to 8.2.22


## 8.2.21 release

Expand Down
2 changes: 1 addition & 1 deletion android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}

ext {
sdkVersion = "8.2.22"
sdkVersion = "8.2.23"
supportLibVersion = "26.1.0"
converterVersion = "2.1.0"
rxandroidVersion = "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion android-sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=8.2.22
VERSION_NAME=8.2.23
VERSION_CODE=2695
GROUP=cn.leancloud

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/cn/leancloud/core/AppConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public interface SchedulerCreator{
private static retrofit2.Converter.Factory retrofitConverterFactory = converterFactory.generateRetrofitConverterFactory();
private static JSONParser jsonParser = converterFactory.createJSONParser();

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

public static void setNetworkTimeout(int seconds) {
Expand Down

0 comments on commit e930c39

Please sign in to comment.