Skip to content

Commit

Permalink
pre-release of 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfing committed Sep 22, 2021
1 parent f378fc9 commit b005829
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Following is change logs for recently release versions, you can refer to [releas
#### New features
- None

#### Optimization and fixed bugs
- fixed: update realtime message within local cache.
- fixed: convert LCGeoPoint#distanceInKilometers result to `kilometer`.
- some other optimizations and project reporting changes(POM).

## 8.1.1 release

#### Break changes
- None

#### New features
- None

#### Optimization and fixed bugs
- better cookie validation in leanengine, provider by @artem-smotrakov.
- use Gson.setLenient() to ignore unrecognized char in json string.
Expand Down
2 changes: 1 addition & 1 deletion android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
}

ext {
sdkVersion = "8.1.1"
sdkVersion = "8.1.2"
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.1.1
VERSION_NAME=8.1.2
VERSION_CODE=2695
GROUP=cn.leancloud

Expand Down

0 comments on commit b005829

Please sign in to comment.