1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-23 03:54:56 +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'
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'