Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Feb 26, 2024
1 parent 5dbae92 commit 44fd269
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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

#### Break changes
- None

#### New features
- User: add new parameter `phoneNumber` to `LCUser.verifyMobilePhone` and `resetPasswordBySmsCode`

#### Optimization and fixed bugs
- None


## 8.2.21 release

#### Break changes
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.21"
sdkVersion = "8.2.22"
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.21
VERSION_NAME=8.2.22
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.21";
private static final String SDK_VERSION = "8.2.22";
private static final String DEFAULT_USER_AGENT = "LeanCloud-Java-SDK/" + SDK_VERSION;

public static void setNetworkTimeout(int seconds) {
Expand Down

0 comments on commit 44fd269

Please sign in to comment.