File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ android {
1818dependencies {
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}
Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments