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 56a208b commit ee80226Copy full SHA for ee80226
android-sdk/build.gradle
@@ -32,7 +32,7 @@ allprojects {
32
}
33
34
ext {
35
- sdkVersion = "8.2.15"
+ sdkVersion = "8.2.16"
36
supportLibVersion = "26.1.0"
37
converterVersion = "2.1.0"
38
rxandroidVersion = "2.1.1"
android-sdk/gradle.properties
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
15
# This option should only be used with decoupled projects. More details, visit
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
# org.gradle.parallel=true
18
-VERSION_NAME=8.2.15
+VERSION_NAME=8.2.16
19
VERSION_CODE=2695
20
GROUP=cn.leancloud
21
0 commit comments