diff --git a/app/build.gradle b/app/build.gradle index b560bcd8..ac73d8d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' apply plugin: 'android-apt' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.0" useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "com.github.dfa.diaspora_android" minSdkVersion 15 - targetSdkVersion 23 + targetSdkVersion 24 versionCode 4 versionName "0.1.3" } @@ -30,9 +30,9 @@ dependencies { testCompile 'junit:junit:4.12' // Android standard libs - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:design:23.4.0' - compile 'com.android.support:support-v4:23.4.0' + compile 'com.android.support:appcompat-v7:24.0.0' + compile 'com.android.support:design:24.0.0' + compile 'com.android.support:support-v4:24.0.0' // More libraries compile 'com.getbase:floatingactionbutton:1.9.1'