From 72b4a33f460fbc0c9d9ceeb67e0373724772554d Mon Sep 17 00:00:00 2001 From: Leijurv Date: Wed, 14 Feb 2018 11:23:44 -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 0b0fb7a..e208a2e 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ compileKotlin { dependencies { - compile('com.github.badoualy:kotlogram:1.0.0-RC3') { + compile('com.github.badoualy:kotlogram:1.0.0-RC1') { exclude module: 'slf4j-simple' } compile 'org.xerial:sqlite-jdbc:3.16.1'