Skip to content

Commit e2bc0db

Browse files
committed
upgrade core lib version for android-sdk
1 parent 8401cca commit e2bc0db

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

android-sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18-
VERSION_NAME=5.0.8
18+
VERSION_NAME=5.0.9
1919
VERSION_CODE=2695
2020
GROUP=cn.leancloud
2121

android-sdk/leancloud-fcm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555

5656
implementation project(':realtime-android')
5757

58-
implementation('cn.leancloud:realtime-core:5.0.9'){
58+
implementation('cn.leancloud:realtime-core:5.0.10'){
5959
exclude group: 'com.alibaba', module: 'fastjson'
6060
exclude group: 'org.ligboy.retrofit2', module: 'converter-fastjson'
6161
}

android-sdk/mixpush-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation project(':realtime-android')
5858
implementation project(':storage-android')
5959

60-
implementation('cn.leancloud:realtime-core:5.0.9'){
60+
implementation('cn.leancloud:realtime-core:5.0.10'){
6161
exclude group: 'com.alibaba', module: 'fastjson'
6262
exclude group: 'org.ligboy.retrofit2', module: 'converter-fastjson'
6363
}

android-sdk/realtime-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565

6666
implementation project(':storage-android')
6767

68-
implementation('cn.leancloud:realtime-core:5.0.9'){
68+
implementation('cn.leancloud:realtime-core:5.0.10'){
6969
exclude group: 'com.alibaba', module: 'fastjson'
7070
exclude group: 'org.ligboy.retrofit2', module: 'converter-fastjson'
7171
}

android-sdk/realtime-sample-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
5353

54-
implementation('cn.leancloud:realtime-android:5.0.8'){
54+
implementation('cn.leancloud:realtime-android:5.0.9'){
5555
exclude group: 'com.alibaba', module: 'fastjson'
5656
exclude group: 'org.ligboy.retrofit2', module: 'converter-fastjson'
5757
}

android-sdk/storage-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070

7171
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
7272

73-
implementation('cn.leancloud:storage-core:5.0.9') {
73+
implementation('cn.leancloud:storage-core:5.0.10') {
7474
exclude group: 'com.alibaba', module: 'fastjson'
7575
exclude group: 'org.ligboy.retrofit2', module: 'converter-fastjson'
7676
}

android-sdk/storage-sample-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050

5151
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
5252

53-
implementation('cn.leancloud:storage-android:5.0.8') {
53+
implementation('cn.leancloud:storage-android:5.0.9') {
5454
exclude group: 'com.alibaba', module: 'fastjson'
5555
exclude group: 'org.ligboy.retrofit2', module: 'converter-fastjson'
5656
}

0 commit comments

Comments
 (0)