Skip to content

Commit dd08d76

Browse files
committed
Upgrade libraries
1 parent 4e06d21 commit dd08d76

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

LifecycleDispose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ android {
1818
dependencies {
1919
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2020
implementation "io.reactivex.rxjava2:rxkotlin:2.4.0"
21-
implementation "io.reactivex.rxjava2:rxjava:2.2.13"
21+
implementation "io.reactivex.rxjava2:rxjava:2.2.14"
2222
implementation "androidx.fragment:fragment:1.2.0-rc01"
2323
}

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ buildscript {
1212
dependencies {
1313
classpath 'com.android.tools.build:gradle:3.5.1'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15-
classpath "se.patrikerdes:gradle-use-latest-versions-plugin:0.2.12"
16-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
15+
classpath "se.patrikerdes:gradle-use-latest-versions-plugin:0.2.13"
16+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
1717
}
1818
}
1919

20-
subprojects {
20+
allprojects {
21+
apply from: "$rootDir/gradle-use-latest-versions.gradle"
2122
repositories {
2223
google()
2324
mavenCentral()

test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2222
implementation project(":LifecycleDispose")
2323
implementation "io.reactivex.rxjava2:rxkotlin:2.4.0"
24-
implementation "io.reactivex.rxjava2:rxjava:2.2.13"
24+
implementation "io.reactivex.rxjava2:rxjava:2.2.14"
2525
implementation "androidx.fragment:fragment:1.2.0-rc01"
2626
testImplementation 'androidx.fragment:fragment-testing:1.2.0-rc01'
2727

0 commit comments

Comments
 (0)