From df0af28577720c5de4db512b1e19779a9ba16aa1 Mon Sep 17 00:00:00 2001 From: Erik Eelde Date: Fri, 6 Apr 2018 23:47:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd92101..025a392 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Uses the webView available on the system so it's possibilities and limitations w Height will be calculated using WebView.getContentHeight() ### Usage: +``` +dependencies { + implementation 'com.izettle:html2bitmap:1.3' +} +``` + ``` Bitmap bitmap = Html2Bitmap.getBitmap(context: Context, html: String, width: Int);