diff --git a/app/build.gradle b/app/build.gradle index 1913b202..80dc7869 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,6 +25,6 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.1.0' - compile 'com.android.support:recyclerview-v7:25.0.1' + compile 'com.android.support:recyclerview-v7:25.1.0' testCompile 'junit:junit:4.12' }