mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
bump libs to latest stable version
This commit is contained in:
parent
117eab6607
commit
913da64df9
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
compile 'com.android.support:appcompat-v7:23.2.1'
|
||||||
compile 'com.android.support:design:23.1.1'
|
compile 'com.android.support:design:23.2.1'
|
||||||
compile 'com.getbase:floatingactionbutton:1.9.1'
|
compile 'com.getbase:floatingactionbutton:1.9.1'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue