Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesilva committed Apr 17, 2015
1 parent d44682b commit 950b1e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you like developing Android, you must "hate" Spinners. I had countless issues
## Examples
The demo is a showcase of the functionality of the library.

Download the APK file here: [BetterSpinner.Demo-1.0.6.apk](https://github.com/Lesilva/BetterSpinner/releases/download/1.0.6/BetterSpinner.Demo-1.0.6.apk)
Download the APK file here: [BetterSpinner.Demo-1.0.7.apk](https://github.com/Lesilva/BetterSpinner/releases/download/1.0.7/BetterSpinner.Demo-1.0.7.apk)

or

Expand Down Expand Up @@ -47,12 +47,12 @@ gradle:
For normal look use (BetterSpinner):

```groovy
compile 'com.weiwangcn.betterspinner:library:1.0.6'
compile 'com.weiwangcn.betterspinner:library:1.0.7'
```

For material look use (MaterrialBetterSpinner):
```groovy
compile 'com.weiwangcn.betterspinner:library-material:1.0.6'
compile 'com.weiwangcn.betterspinner:library-material:1.0.7'
```
Note: library-material has included [MaterialEditText](https://github.com/rengwuxian/MaterialEditText).

Expand Down

0 comments on commit 950b1e7

Please sign in to comment.