diff --git a/build.gradle b/build.gradle index 082dac5..b69f104 100644 --- a/build.gradle +++ b/build.gradle @@ -45,10 +45,10 @@ repositories { dependencies { compile project(':owncloudAndroidLibrary') - compile 'com.android.support:support-v13:25.0.0' - compile 'com.android.support:appcompat-v7:25.0.0' - compile 'com.android.support:design:25.0.0' + compile 'com.android.support:support-v13:25.0.1' + compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:design:25.0.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.0.0' + compile 'com.android.support:support-v4:25.0.1' }