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 6a170e9 commit 59ea17cCopy full SHA for 59ea17c
core/src/main/java/cn/leancloud/core/AppConfiguration.java
@@ -44,7 +44,7 @@ public interface SchedulerCreator{
44
private static retrofit2.Converter.Factory retrofitConverterFactory = converterFactory.generateRetrofitConverterFactory();
45
private static JSONParser jsonParser = converterFactory.createJSONParser();
46
47
- private static final String SDK_VERSION = "7.0.9";
+ private static final String SDK_VERSION = "7.1.0";
48
private static final String DEFAULT_USER_AGENT = "LeanCloud-Java-SDK/" + SDK_VERSION;
49
50
public static void setNetworkTimeout(int seconds) {
0 commit comments