diff --git a/build.gradle b/build.gradle index fb2a40de..f4a49754 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ subprojects { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.1.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index debd0240..7dc503f1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/rxandroid/build.gradle b/rxandroid/build.gradle index c4369a47..0021f8ea 100644 --- a/rxandroid/build.gradle +++ b/rxandroid/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - api 'io.reactivex.rxjava2:rxjava:2.1.16' + api 'io.reactivex.rxjava2:rxjava:2.2.0' testImplementation 'junit:junit:4.12' testImplementation 'org.robolectric:robolectric:3.8'