Skip to content

Commit

Permalink
Merge pull request #14 from NathanRussakAtBrickSimple/master
Browse files Browse the repository at this point in the history
Animation Fix
  • Loading branch information
faizmalkani committed Aug 30, 2014
2 parents 034553d + 43f23b8 commit d48d8f3
Show file tree
Hide file tree
Showing 74 changed files with 47 additions and 620 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ gen/
# Gradle
build/
.gradle
/build
62 changes: 0 additions & 62 deletions FloatingActionButton-Sample/FloatingActionButton-Sample.iml

This file was deleted.

37 changes: 0 additions & 37 deletions FloatingActionButton-Sample/bin/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Binary file removed FloatingActionButton-Sample/bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions FloatingActionButton-Sample/bin/jarlist.cache

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed FloatingActionButton-Sample/bin/resources.ap_
Binary file not shown.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions FloatingActionButton.iml

This file was deleted.

63 changes: 0 additions & 63 deletions FloatingActionButton/FloatingActionButton-FloatingActionButton.iml

This file was deleted.

16 changes: 0 additions & 16 deletions FloatingActionButton/bin/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion FloatingActionButton/bin/R.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed FloatingActionButton/bin/floatingactionbutton.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions FloatingActionButton/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
compileSdkVersion 19
buildToolsVersion "20.0.0"

defaultConfig {
applicationId 'com.faizmalkani.floatingactionbutton'
minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION)
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)
versionName project.VERSION_NAME
versionCode Integer.parseInt(project.VERSION_CODE)
minSdkVersion 14
targetSdkVersion 19
versionName "1.0"
versionCode 1
}

sourceSets {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit d48d8f3

Please sign in to comment.