@@ -12,11 +12,11 @@ ext {
12
12
version = [
13
13
androidSupportSdkVersion : " 28.0.0" ,
14
14
retrofitSdkVersion : " 2.4.0" ,
15
- dagger2SdkVersion : " 2.15 " ,
16
- glideSdkVersion : " 4.6.1 " ,
15
+ dagger2SdkVersion : " 2.19 " ,
16
+ glideSdkVersion : " 4.8.0 " ,
17
17
butterknifeSdkVersion : " 8.8.1" ,
18
18
rxlifecycleSdkVersion : " 1.0" ,
19
- rxlifecycle2SdkVersion : " 2.2.1 " ,
19
+ rxlifecycle2SdkVersion : " 2.2.2 " ,
20
20
espressoSdkVersion : " 3.0.1" ,
21
21
canarySdkVersion : " 1.5.4"
22
22
]
35
35
" retrofit-converter-gson" : " com.squareup.retrofit2:converter-gson:${ version["retrofitSdkVersion"]} " ,
36
36
" retrofit-adapter-rxjava" : " com.squareup.retrofit2:adapter-rxjava:${ version["retrofitSdkVersion"]} " ,
37
37
" retrofit-adapter-rxjava2" : " com.squareup.retrofit2:adapter-rxjava2:${ version["retrofitSdkVersion"]} " ,
38
- " okhttp3" : " com.squareup.okhttp3:okhttp:3.10 .0" ,
38
+ " okhttp3" : " com.squareup.okhttp3:okhttp:3.11 .0" ,
39
39
" okhttp-urlconnection" : " com.squareup.okhttp:okhttp-urlconnection:2.0.0" ,
40
40
" glide" : " com.github.bumptech.glide:glide:${ version["glideSdkVersion"]} " ,
41
41
" glide-compiler" : " com.github.bumptech.glide:compiler:${ version["glideSdkVersion"]} " ,
@@ -53,26 +53,27 @@ ext {
53
53
" paginate" : " com.github.markomilos:paginate:0.5.1" ,
54
54
" vlayout" : " com.alibaba.android:vlayout:1.1.0@aar" ,
55
55
" lottie" : " com.airbnb.android:lottie:2.5.4" ,
56
+ " autosize" : " me.jessyan:autosize:1.1.0" ,
56
57
57
58
// rx1
58
59
" rxandroid" : " io.reactivex:rxandroid:1.2.1" ,
59
60
" rxjava" : " io.reactivex:rxjava:1.3.0" ,
60
61
" rxlifecycle" : " com.trello:rxlifecycle:${ version["rxlifecycleSdkVersion"]} " ,
61
62
" rxlifecycle-components" : " com.trello:rxlifecycle-components:${ version["rxlifecycleSdkVersion"]} " ,
62
63
" rxcache" : " com.github.VictorAlbertos.RxCache:runtime:1.7.0-1.x" ,
63
- " rxcache-jolyglot-gson" : " com.github.VictorAlbertos.Jolyglot:gson:0.0.3 " ,
64
+ " rxcache-jolyglot-gson" : " com.github.VictorAlbertos.Jolyglot:gson:0.0.4 " ,
64
65
" rxbinding-recyclerview-v7" : " com.jakewharton.rxbinding:rxbinding-recyclerview-v7:1.0.1" ,
65
66
" rxpermissions" : " com.tbruyelle.rxpermissions:rxpermissions:0.9.4@aar" ,
66
67
" rxerrorhandler" : " me.jessyan:rxerrorhandler:1.0.1" ,
67
68
68
69
// rx2
69
- " rxandroid2" : " io.reactivex.rxjava2:rxandroid:2.0.2 " ,
70
- " rxjava2" : " io.reactivex.rxjava2:rxjava:2.1.12 " ,
70
+ " rxandroid2" : " io.reactivex.rxjava2:rxandroid:2.1.0 " ,
71
+ " rxjava2" : " io.reactivex.rxjava2:rxjava:2.2.3 " ,
71
72
" rxlifecycle2" : " com.trello.rxlifecycle2:rxlifecycle:${ version["rxlifecycle2SdkVersion"]} " ,
72
73
" rxlifecycle2-android" : " com.trello.rxlifecycle2:rxlifecycle-android:${ version["rxlifecycle2SdkVersion"]} " ,
73
74
" rxlifecycle2-components" : " com.trello.rxlifecycle2:rxlifecycle-components:${ version["rxlifecycle2SdkVersion"]} " ,
74
75
" rxcache2" : " com.github.VictorAlbertos.RxCache:runtime:1.8.3-2.x" ,
75
- " rxpermissions2" : " com.tbruyelle.rxpermissions2 :rxpermissions:0.9.5@aar " ,
76
+ " rxpermissions2" : " com.github.tbruyelle :rxpermissions:0.10.2 " ,
76
77
" rxerrorhandler2" : " me.jessyan:rxerrorhandler:2.1.1" ,
77
78
78
79
// tools
82
83
" dagger2-compiler" : " com.google.dagger:dagger-compiler:${ version["dagger2SdkVersion"]} " ,
83
84
" dagger2-android-processor" : " com.google.dagger:dagger-android-processor:${ version["dagger2SdkVersion"]} " ,
84
85
" androideventbus" : " org.simple:androideventbus:1.0.5.1" ,
86
+ " eventbus" : " org.greenrobot:eventbus:3.1.1" ,
85
87
" otto" : " com.squareup:otto:1.3.8" ,
86
- " gson" : " com.google.code.gson:gson:2.8.2 " ,
88
+ " gson" : " com.google.code.gson:gson:2.8.5 " ,
87
89
" multidex" : " com.android.support:multidex:1.0.1" ,
88
90
" javax.annotation" : " javax.annotation:jsr250-api:1.0" ,
89
91
" arouter" : " com.alibaba:arouter-api:1.3.1" ,
@@ -100,7 +102,7 @@ ext {
100
102
" espresso-contrib" : " com.android.support.test.espresso:espresso-contrib:${ version["espressoSdkVersion"]} " ,
101
103
" espresso-intents" : " com.android.support.test.espresso:espresso-intents:${ version["espressoSdkVersion"]} " ,
102
104
" mockito-core" : " org.mockito:mockito-core:1.+" ,
103
- " timber" : " com.jakewharton.timber:timber:4.7.0 " ,
105
+ " timber" : " com.jakewharton.timber:timber:4.7.1 " ,
104
106
" logger" : " com.orhanobut:logger:2.2.0" ,
105
107
" canary-debug" : " com.squareup.leakcanary:leakcanary-android:${ version["canarySdkVersion"]} " ,
106
108
" canary-release" : " com.squareup.leakcanary:leakcanary-android-no-op:${ version["canarySdkVersion"]} " ,
0 commit comments