Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation Fix #14

Merged
merged 3 commits into from
Aug 30, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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