Skip to content

Commit d24adbd

Browse files
Update rxandroid and rxjava
1 parent 48279a4 commit d24adbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ dependencies {
2424
testCompile 'junit:junit:4.12'
2525
compile 'com.android.support:appcompat-v7:24.2.1'
2626
compile 'com.android.support:recyclerview-v7:24.2.1'
27-
compile 'io.reactivex:rxandroid:1.1.0'
28-
compile 'io.reactivex:rxjava:1.1.0'
27+
compile 'io.reactivex:rxandroid:1.2.1'
28+
compile 'io.reactivex:rxjava:1.1.6'
2929
}

0 commit comments

Comments
 (0)