diff --git a/build.gradle b/build.gradle index ce07a39..eabda2d 100644 --- a/build.gradle +++ b/build.gradle @@ -45,10 +45,10 @@ repositories { dependencies { compile project(':owncloudAndroidLibrary') - compile 'com.android.support:support-v13:23.3.0' - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + compile 'com.android.support:support-v13:23.4.0' + compile 'com.android.support:appcompat-v7:23.4.0' + compile 'com.android.support:design:23.4.0' 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:23.3.0' + compile 'com.android.support:support-v4:23.4.0' }