Skip to content

Commit 3216fe4

Browse files
Upgrade rxjava leakcanary dependencies to latest versions
1 parent f6c20c6 commit 3216fe4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

android-mvvm/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ android {
4242
dependencies {
4343
implementation fileTree(dir: 'libs', include: ['*.jar'])
4444
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'
4949
api 'com.android.support:recyclerview-v7:27.1.1'
5050
api 'com.android.support:appcompat-v7:27.1.1'
5151
}

sample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ dependencies {
4040
implementation project(':android-mvvm')
4141
implementation project(':rxjava-compat')
4242

43-
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
43+
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
4444

4545
// 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'
4949
}

0 commit comments

Comments
 (0)