bump libs to latest stable version

This commit is contained in:
Gregor Santner 2016-03-21 00:58:40 +01:00
parent 117eab6607
commit 913da64df9
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:design:23.2.1'
compile 'com.getbase:floatingactionbutton:1.9.1'
}