diff --git a/build.gradle b/build.gradle index 8105272..0616f2e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,14 +3,14 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.1.3' } } apply plugin: 'com.android.application' android { - compileSdkVersion 23 + compileSdkVersion 24 buildToolsVersion "23.0.3" useLibrary 'org.apache.http.legacy' @@ -45,10 +45,10 @@ repositories { dependencies { compile project(':owncloudAndroidLibrary') - 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 'com.android.support:support-v13:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:design:24.2.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.4.0' + compile 'com.android.support:support-v4:24.2.0' }