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 7285768 commit 08a9bc2Copy full SHA for 08a9bc2
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.4";
+ private static final String SDK_VERSION = "5.0.5";
39
private static final String DEFAULT_USER_AGENT = "LeanCloud SDK v" + SDK_VERSION;
40
41
public static void setNetworkTimeout(int seconds) {
0 commit comments