Skip to content

Commit

Permalink
ChangeLog:
Browse files Browse the repository at this point in the history
1. Updated ReadME
2. Release 1.0.6
  • Loading branch information
varunest committed Sep 25, 2018
1 parent 8e9b48d commit ea82bfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and then add dependency

```groovy
dependencies {
compile 'com.github.varunest:sparkbutton:1.0.5'
compile 'com.github.varunest:sparkbutton:1.0.6'
}
```

Expand Down Expand Up @@ -170,7 +170,10 @@ sparkButton.playAnimation();
SparkButton was inspired by : [https://github.com/frogermcs/LikeAnimation](https://github.com/frogermcs/LikeAnimation)

## Contribution
Any contributions, large or small,features, bug fixes are welcomed and appreciated. Use pull requests, they will be thoroughly reviewed and discussed.
Any contributions, large or small, features, bug fixes are welcomed and appreciated. Use pull requests, they will be thoroughly reviewed and discussed.

## Link Backs
If you are using this library in one of your projects and want it to be mentioned here in this ReadME, drop me a mail with project's url at [email protected].

## License
Library falls under [Apache 2.0] (LICENSE.md)
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:cardview-v7:23.3.0'
compile project(':sparkbutton')

androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public SparkButton(Context context, AttributeSet attrs, int defStyleAttr, int de
public void setColors(int startColor, int endColor) {
this.secondaryColor = startColor;
this.primaryColor = endColor;

updateView();
}

Expand Down

0 comments on commit ea82bfe

Please sign in to comment.