Version 1.13

This commit is contained in:
Vlad Mihalachi
2014-10-18 15:20:23 +02:00
parent bf4dcd51b8
commit 4b16119b53
98 changed files with 6678 additions and 3057 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion "20.0.0"
compileSdkVersion 20
buildToolsVersion '20.0.0'
defaultConfig {
applicationId 'com.faizmalkani.floatingactionbutton'
@@ -26,5 +26,4 @@ android {
dependencies {
compile 'com.nineoldandroids:library:2.4.0'
}