rxjava version

This commit is contained in:
gorodeckii 2017-09-15 15:18:05 +03:00
parent 74e70be245
commit 00b13c3acb
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ android {
dependencies {
provided 'com.android.support:support-annotations:25.4.0'
provided 'io.reactivex:rxandroid:1.2.1'
provided 'io.reactivex:rxjava:1.3.1'
provided 'io.reactivex:rxjava:1.3.2'
}