From 594399222fd278ba06c75b9da94d16f8d49d5f07 Mon Sep 17 00:00:00 2001 From: Daniel Morales Date: Wed, 10 May 2017 23:36:01 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c530a2c..d4be3d1 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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 ```