Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG authored May 10, 2017
1 parent 2e0e46c commit 5943992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the
```gradle
dependencies {
...
compile 'com.github.GrenderG:Toasty:1.2.3'
compile 'com.github.GrenderG:Toasty:1.2.5'
}
```

Expand All @@ -44,6 +44,7 @@ Toasty.Config.getInstance()
.setTextColor(@ColorInt int textColor) // optional
.tintIcon(boolean tintIcon) // optional (apply textColor also to the icon)
.setToastTypeface(@NonNull Typeface typeface) // optional
.setTextSize(int sizeInSp) // optional
.apply(); // required
```

Expand Down

0 comments on commit 5943992

Please sign in to comment.