From 66582d9993bcf55bfea873b4bf484a429ce3df36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20C=2E=20P=2E=20Pessoa?= Date: Thu, 23 Apr 2020 00:09:43 -0300 Subject: [PATCH] Update INPUT.md (#1982) Updated version --- documentation/INPUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/INPUT.md b/documentation/INPUT.md index 181e3e48..f24ec744 100644 --- a/documentation/INPUT.md +++ b/documentation/INPUT.md @@ -19,7 +19,7 @@ The `input` module contains extensions to the core module, such as a text input ```gradle dependencies { ... - implementation 'com.afollestad.material-dialogs:input:3.2.1' + implementation 'com.afollestad.material-dialogs:input:3.3.0' } ``` -- GitLab