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 a85bab7 commit aa594faCopy full SHA for aa594fa
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.6";
+ private static final String SDK_VERSION = "5.0.7";
39
private static final String DEFAULT_USER_AGENT = "LeanCloud SDK v" + SDK_VERSION;
40
41
public static void setNetworkTimeout(int seconds) {
0 commit comments