From f634bcab9f1322c1d5f3a5d658b17f2d20e4fcef Mon Sep 17 00:00:00 2001 From: stom79 Date: Sun, 25 Nov 2018 10:51:58 +0100 Subject: [PATCH] improve toast messages --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index c9a448432..380d92203 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,5 +76,6 @@ dependencies { implementation 'com.vanniktech:emoji-one:0.6.0-SNAPSHOT' implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2' implementation 'com.github.franmontiel:LocaleChanger:0.9.2' + implementation 'com.github.GrenderG:Toasty:1.3.0' playstoreImplementation "io.github.kobakei:ratethisapp:$ratethisappLibraryVersion" }