1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-30 07:24:52 +02:00

Build tools api 24

This commit is contained in:
vanitasvitae 2016-07-04 14:12:45 +02:00
parent 2024f5d8fa
commit 881d5ed79d

View file

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