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 30fa4fa commit 97f4529Copy full SHA for 97f4529
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.1.1";
+ private static final String SDK_VERSION = "7.1.2";
48
private static final String DEFAULT_USER_AGENT = "LeanCloud-Java-SDK/" + SDK_VERSION;
49
50
public static void setNetworkTimeout(int seconds) {
0 commit comments