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