Skip to content

Commit 7cc3b74

Browse files
committed
version bump
1 parent 73ee127 commit 7cc3b74

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Following is change logs for recently release versions, you can refer to [releas
55
> Warning:
66
> DONOT upgrade java-websocket to 1.15.0(or above), bcz it doesn't work on Android 5.1 or earlier version.
77
8+
## 8.2.20 release
9+
10+
#### Break changes
11+
- None
12+
13+
#### New features
14+
- None
15+
16+
#### Optimization and fixed bugs
17+
- fixed: re-enable LeanCloud#setNetworkTimeout.
18+
19+
820
## 8.2.19 release
921

1022
#### Break changes

android-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333

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

android-sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
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.19
18+
VERSION_NAME=8.2.20
1919
VERSION_CODE=2695
2020
GROUP=cn.leancloud
2121

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

Lines changed: 1 addition & 1 deletion
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.19";
48+
private static final String SDK_VERSION = "8.2.20";
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)