Skip to content

Commit

Permalink
Updated readme for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 20, 2017
1 parent 4249336 commit f585a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can find the sample app [in the Play Store](https://play.google.com/store/ap
The library is hosted on jcenter. To use it, add the following line to your module level `build.gradle` file's dependencies:

```gradle
compile 'co.zsmb:materialdrawer-kt:1.0.1'
compile 'co.zsmb:materialdrawer-kt:1.0.2'
```

You don't have to include the original library separately.
Expand Down Expand Up @@ -70,6 +70,8 @@ drawer {
}
```

Note that most of these properties are non-readable, and can only be used for setting these values. This is why these properties are marked as deprecated, and will cause build errors. The rest should be safe to use to read back any values you've set, if you had to do that for whatever reason.

# Advanced features

### Account headers
Expand Down

0 comments on commit f585a40

Please sign in to comment.