Version 1.12
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
Reference in New Issue
Block a user