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 e2bc0db commit 16ab2d9Copy full SHA for 16ab2d9
core/src/main/java/cn/leancloud/core/AppConfiguration.java
@@ -35,7 +35,7 @@ public interface SchedulerCreator{
35
private static String queryResultCacheDir = "./PaasKeyValueCache";
36
private static SystemSetting defaultSetting = new InMemorySetting();
37
38
- private static final String SDK_VERSION = "5.0.9";
+ private static final String SDK_VERSION = "5.0.10";
39
private static final String DEFAULT_USER_AGENT = "LeanCloud SDK v" + SDK_VERSION;
40
41
public static void setNetworkTimeout(int seconds) {
0 commit comments