Update build.gradle

This commit is contained in:
Leijurv 2018-02-14 12:22:54 -08:00 committed by GitHub
parent ebe9a0219c
commit 0baf1072f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'