Bump flywheel build

This commit is contained in:
JozsefA 2021-06-23 09:13:31 -07:00
parent d189efd987
commit c9d95e83ae

View file

@ -137,7 +137,7 @@ dependencies {
if (findProject(':Flywheel') != null) { if (findProject(':Flywheel') != null) {
compile project(':Flywheel') // jozu: I use a gradle workspace with both projects compile project(':Flywheel') // jozu: I use a gradle workspace with both projects
} else { } else {
compile fg.deobf("com.jozufozu.flywheel:Flywheel:1.16-0.0.2.7") compile fg.deobf("com.jozufozu.flywheel:Flywheel:1.16-0.0.2.8")
} }
// implementation fg.deobf("curse.maven:druidcraft-340991:3101903") // implementation fg.deobf("curse.maven:druidcraft-340991:3101903")