Skip to content

Commit a78a85e

Browse files
authored
Merge pull request #437 from shaishavgandhi05/sg/update-dependencies
Update dependencies
2 parents 9f81070 + 908e6ed commit a78a85e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subprojects {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.3'
9+
classpath 'com.android.tools.build:gradle:3.1.4'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1212
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

rxandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
api 'io.reactivex.rxjava2:rxjava:2.1.16'
39+
api 'io.reactivex.rxjava2:rxjava:2.2.0'
4040

4141
testImplementation 'junit:junit:4.12'
4242
testImplementation 'org.robolectric:robolectric:3.8'

0 commit comments

Comments
 (0)