Skip to content

Commit 9acd01d

Browse files
committed
version bump
1 parent c72fe72 commit 9acd01d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 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.19 release
9+
10+
#### Break changes
11+
- None
12+
13+
#### New features
14+
- None
15+
16+
#### Optimization and fixed bugs
17+
- fixed: correct json parser for LCFile#save with prefix path(GameSave doesn't work in version 8.2.16-18).
18+
19+
820
## 8.2.18 release
921

1022
#### Break changes
@@ -16,6 +28,7 @@ Following is change logs for recently release versions, you can refer to [releas
1628
#### Optimization and fixed bugs
1729
- fixed: correct json field name for captcha validation result.
1830

31+
1932
## 8.2.17 release
2033

2134
#### Break changes
@@ -27,6 +40,7 @@ Following is change logs for recently release versions, you can refer to [releas
2740
#### Optimization and fixed bugs
2841
- fixed: let query callback run in main thread for CACHE_THEN_NETWORK policy.
2942

43+
3044
## 8.2.16 release
3145

3246
#### Break changes
@@ -40,6 +54,7 @@ Following is change logs for recently release versions, you can refer to [releas
4054
- change Gson type adapter for some classes, avoid to use internal tools;
4155
- other optimizations.
4256

57+
4358
## 8.2.15 release
4459

4560
#### 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.18"
35+
sdkVersion = "8.2.19"
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.18
18+
VERSION_NAME=8.2.19
1919
VERSION_CODE=2695
2020
GROUP=cn.leancloud
2121

0 commit comments

Comments
 (0)