Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Nov 2, 2017
1 parent 77625ce commit 93b333d
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 @@ -12,7 +12,7 @@ An Android library for creating a nice color picker in the preference screen. Yo

<img src="/art/screenshot_1.png" alt="ExampleMain" width="240"> <img src="/art/screenshot_2.png" alt="ExampleCircle" width="240"> <img src="/art/screenshot_3.png" alt="ExampleSquare" width="240">

Get the sample apk [here](https://github.com/kizitonwose/colorpreference/releases/download/1.0.3/sample-1.0.3.apk)
Get the sample apk [here](https://github.com/kizitonwose/colorpreference/releases/download/1.0.4/sample-1.0.4.apk)

Also checkout the sample module [here](/sample/)

Expand All @@ -35,14 +35,14 @@ Add this to your app `build.gradle`:

```groovy
dependencies {
compile 'com.github.kizitonwose.colorpreference:core:1.0.3'
compile 'com.github.kizitonwose.colorpreference:core:1.0.4'
}
```
If you are using the support-preference-v7/v14 library, you should use this in your app `build.gradle` instead:

```groovy
dependencies {
compile 'com.github.kizitonwose.colorpreference:support:1.0.3'
compile 'com.github.kizitonwose.colorpreference:support:1.0.4'
}
```

Expand Down

0 comments on commit 93b333d

Please sign in to comment.