Support lib update (#78)

This commit is contained in:
Denis Karmyshakov 2017-08-03 18:22:25 +03:00 committed by Arseniy Borisov
parent dd08a07afc
commit 3aacc52b04
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.1.2'
provided 'com.android.support:recyclerview-v7:26.0.0-beta2'
provided 'com.android.support:appcompat-v7:26.0.0-beta2'
provided 'com.android.support:recyclerview-v7:26.0.0'
provided 'com.android.support:appcompat-v7:26.0.0'
provided 'com.squareup.retrofit2:retrofit:2.3.0'