Update MixinBooter to 7.0

This commit is contained in:
Rongmario 2022-11-17 16:37:22 +00:00
parent efccbcd968
commit f729e03ccc

View file

@ -69,7 +69,7 @@ dependencies {
deobfCompile 'com.cleanroommc:assetmover:0.2' deobfCompile 'com.cleanroommc:assetmover:0.2'
} }
if (project.use_mixins.toBoolean()) { if (project.use_mixins.toBoolean()) {
deobfCompile 'zone.rong:mixinbooter:5.0' deobfCompile 'zone.rong:mixinbooter:7.0'
} }
} }