From fd86c1ded0c7e3038f624e7b7c494ee77e08d81d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 06:43:45 +0000 Subject: [PATCH] Bump fancybuttons from 1.8.4 to 1.9.1 Bumps [fancybuttons](https://github.com/medyo/fancybuttons) from 1.8.4 to 1.9.1. - [Release notes](https://github.com/medyo/fancybuttons/releases) - [Commits](https://github.com/medyo/fancybuttons/commits) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 776b193..8ff8405 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.3.0' implementation 'com.squareup.retrofit2:converter-scalars:2.3.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' - implementation 'com.github.medyo:fancybuttons:1.8.4' + implementation 'com.github.medyo:fancybuttons:1.9.1' implementation 'me.himanshusoni.chatmessageview:chat-message-view:1.0.7' }