Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: shaishavgandhi05 <[email protected]>
  • Loading branch information
ShaishavGandhi committed Aug 10, 2018
1 parent 9f81070 commit 9afb1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion rxandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9afb1dc

Please sign in to comment.