Update development branch #1

Merge aplicado
Awakened-Redstone mesclou 5 commits from temp into development 2021-03-06 20:52:47 +00:00
Mostrando apenas as alterações do commit 9b5a374d7e - Mostrar todos os commits

Nothing here, please stop looking the last commits

Luna Fox 2021-03-03 17:48:29 -03:00

Ver arquivo

@ -31,15 +31,9 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
include("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1") implementation include("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
include("org.xerial:sqlite-jdbc:3.34.0") implementation include("org.xerial:sqlite-jdbc:3.34.0")
include('net.dv8tion:JDA:4.2.0_229') { implementation include('net.dv8tion:JDA:4.2.0_229') {
exclude module: 'opus-java'
}
compile("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
compile("org.xerial:sqlite-jdbc:3.34.0")
compile('net.dv8tion:JDA:4.2.0_229') {
exclude module: 'opus-java' exclude module: 'opus-java'
} }