Add SQLite3 dep

This commit is contained in:
Aleksei 2020-02-14 00:13:13 -05:00
parent ca93f18f1e
commit dc7406df1d

View File

@ -21,7 +21,7 @@ repositories {
}
dependencies {
implementation 'org.xerial:sqlite-jdbc:3.30.1'
implementation 'com.github.Kaaz:ConfigurationBuilder:0.4'
implementation group: 'org.javacord', name: 'javacord', version:'3.0.5'
implementation group: 'com.rethinkdb', name: 'rethinkdb-driver', version: '2.3.3'