Skip to content

Commit 9afb1dc

Browse files
Upgrade dependencies
Signed-off-by: shaishavgandhi05 <shaishgandhi@gmail.com>
1 parent 9f81070 commit 9afb1dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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'

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)