Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG authored Apr 29, 2017
1 parent bae332f commit 1adf14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.2'
compile 'com.github.GrenderG:Toasty:1.2.3'
}
```

Expand All @@ -41,7 +41,7 @@ Toasty.Config.getInstance()
.setWarningColor(@ColorInt int warningColor) // optional
.setTextColor(@ColorInt int textColor) // optional
.tintIcon(boolean tintIcon) // optional (apply textColor also to the icon)
.setToastTypeface(AssetManager assetManager, String fontPath) // optional
.setToastTypeface(@NonNull Typeface typeface) // optional
.apply(); // required
```

Expand Down

0 comments on commit 1adf14d

Please sign in to comment.