We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb0d7f commit eab37e5Copy full SHA for eab37e5
core/src/main/java/cn/leancloud/core/AppConfiguration.java
@@ -37,7 +37,7 @@ public interface SchedulerCreator{
37
38
private static boolean enableLocalCache = true;
39
40
- private static final String SDK_VERSION = "6.1.9";
+ private static final String SDK_VERSION = "6.2.0";
41
private static final String DEFAULT_USER_AGENT = "LeanCloud-Java-SDK/" + SDK_VERSION;
42
43
public static void setNetworkTimeout(int seconds) {
0 commit comments