From 0baf1072f384252640109252d6254395f1a4ba6a Mon Sep 17 00:00:00 2001 From: Leijurv Date: Wed, 14 Feb 2018 12:22:54 -0800 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e208a2e..6756bbc 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ compileKotlin { dependencies { - compile('com.github.badoualy:kotlogram:1.0.0-RC1') { + compile('com.github.badoualy:kotlogram:1.0.0-RC2') { exclude module: 'slf4j-simple' } compile 'org.xerial:sqlite-jdbc:3.16.1'