fixed support library version

This commit is contained in:
Elena Bobkova 2017-07-27 16:20:46 +03:00
parent 2ce692bfb2
commit fe29f25fdf
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ dependencies {
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.3.0'
provided 'com.android.support:appcompat-v7:25.4.0'
provided 'com.android.support:recyclerview-v7:25.4.0'
provided 'com.android.support:appcompat-v7:25.3.1'
provided 'com.android.support:recyclerview-v7:25.3.1'
provided 'com.squareup.retrofit2:retrofit:2.3.0'
provided('com.google.http-client:google-http-client-jackson2:1.22.0') {