Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Dec 4, 2017
1 parent 9ad674c commit 778335b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.0.5 *(2017-12-04)*
----------------------------

- Update Support lib version to 27.0.2

Version 1.0.4 *(2017-11-02)*
----------------------------

Expand Down
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.4/sample-1.0.4.apk)
Get the sample apk [here](https://github.com/kizitonwose/colorpreference/releases/download/1.0.5/sample-1.0.5.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.4'
implementation 'com.github.kizitonwose.colorpreference:core:1.0.5'
}
```
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.4'
implementation 'com.github.kizitonwose.colorpreference:support:1.0.5'
}
```

Expand Down

0 comments on commit 778335b

Please sign in to comment.