Version 1.12

This commit is contained in:
Vlad Mihalachi
2014-10-12 18:11:19 +02:00
parent df5a302129
commit 46842a5343
80 changed files with 1202 additions and 345 deletions

View File

@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
buildToolsVersion "20.0.0"
defaultConfig {
applicationId 'com.faizmalkani.floatingactionbutton'
minSdkVersion 14
minSdkVersion 7
targetSdkVersion 19
versionName "1.0"
versionCode 1
@@ -25,4 +25,6 @@ android {
}
dependencies {
compile 'com.nineoldandroids:library:2.4.0'
}