Skip to content

Commit

Permalink
upgrade project to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Mar 31, 2016
1 parent 63476f3 commit 9e7fcee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@
* Icon Padding

### Changelog
- 1.7
- Fix ripple effect when background is transparent
- Add capitalization of text

- 1.6
- Add ripple effect
- Upgrade Font Awesome to 4.5.0

### Installation

compile 'com.github.medyo:fancybuttons:1.6'
compile 'com.github.medyo:fancybuttons:1.7'

### Usage

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_CODE=20
VERSION_CODE=21
ANDROID_BUILD_MIN_SDK_VERSION=8
ANDROID_BUILD_TARGET_SDK_VERSION=23
ANDROID_BUILD_TOOLS_VERSION=23.0.1
ANDROID_BUILD_SDK_VERSION=23
VERSION_NAME=1.6
VERSION_NAME=1.7

0 comments on commit 9e7fcee

Please sign in to comment.