mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Bump android libs; gradle; Studio 2.1
This commit is contained in:
parent
d0cc3726ea
commit
0a88c1d400
4 changed files with 116 additions and 96 deletions
|
@ -21,10 +21,19 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// Sub-Projects
|
||||
//compile project(':subprojectFromRoot')
|
||||
|
||||
// Jars
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
// Android standard libs
|
||||
compile 'com.android.support:appcompat-v7:23.3.0'
|
||||
compile 'com.android.support:design:23.3.0'
|
||||
compile 'com.getbase:floatingactionbutton:1.9.1'
|
||||
compile 'com.android.support:support-v4:23.3.0'
|
||||
|
||||
// More libraries
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'com.getbase:floatingactionbutton:1.9.1'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue