Skip to content

Commit

Permalink
0.8.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Mar 14, 2016
1 parent 77b27f5 commit d0e4fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ You can create basic, list, single/multi choice, progress, input, etc. dialogs w

```gradle
dependencies {
...
compile('com.github.afollestad.material-dialogs:core:0.8.5.6@aar') {
// ... other dependencies here
compile('com.github.afollestad.material-dialogs:core:0.8.5.7@aar') {
transitive = true
}
}
Expand All @@ -121,7 +123,7 @@ dependencies {
// ... other dependencies here
compile('com.github.afollestad.material-dialogs:commons:0.8.5.6@aar') {
compile('com.github.afollestad.material-dialogs:commons:0.8.5.7@aar') {
transitive = true
}
}
Expand Down
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit d0e4fa9

Please sign in to comment.