diff --git a/library/build.gradle b/library/build.gradle index aa92f29..4f2c145 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -60,9 +60,9 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:support-annotations:24.0.0' + compile 'com.android.support:support-annotations:24.1.0' compile 'org.slf4j:slf4j-api:1.7.6' - compile 'com.squareup.okhttp3:okhttp:3.4.0' + compile 'com.squareup.okhttp3:okhttp:3.4.1' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'