diff --git a/build.gradle b/build.gradle index 432090c..3491424 100644 --- a/build.gradle +++ b/build.gradle @@ -45,10 +45,10 @@ repositories { dependencies { compile 'commons-httpclient:commons-httpclient:3.1' - compile 'com.android.support:support-v13:25.3.0' - compile 'com.android.support:appcompat-v7:25.3.0' - compile 'com.android.support:design:25.3.0' + compile 'com.android.support:support-v13:25.3.1' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.1' compile 'in.srain.cube:ultra-ptr:1.0.11' compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4' - compile 'com.android.support:support-v4:25.3.0' + compile 'com.android.support:support-v4:25.3.1' }