File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ android {
42
42
dependencies {
43
43
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44
44
testImplementation ' junit:junit:4.12'
45
- androidTestImplementation ' com.android.support.test:runner:0.5 '
46
- androidTestImplementation ' com.android.support.test:rules:0.5 '
47
- api " io.reactivex.rxjava2:rxjava:2.0.7 "
48
- api ' io.reactivex.rxjava2:rxandroid:2.0.1 '
45
+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
46
+ androidTestImplementation ' com.android.support.test:rules:1.0.2 '
47
+ api " io.reactivex.rxjava2:rxjava:2.1.14 "
48
+ api ' io.reactivex.rxjava2:rxandroid:2.0.2 '
49
49
api ' com.android.support:recyclerview-v7:27.1.1'
50
50
api ' com.android.support:appcompat-v7:27.1.1'
51
51
}
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ dependencies {
40
40
implementation project(' :android-mvvm' )
41
41
implementation project(' :rxjava-compat' )
42
42
43
- implementation ' io.reactivex.rxjava2:rxandroid:2.0.1 '
43
+ implementation ' io.reactivex.rxjava2:rxandroid:2.0.2 '
44
44
45
45
// Leak Canary
46
- debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.4'
47
- releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.4'
48
- testImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.4'
46
+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5. 4'
47
+ releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5. 4'
48
+ testImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5. 4'
49
49
}
You can’t perform that action at this time.
0 commit comments