Update MixinBooter to 5.0

This commit is contained in:
Rongmario 2022-07-20 19:33:12 +01:00
parent e9a6b5cc72
commit bf396afc53

View file

@ -68,7 +68,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:4.2' deobfCompile 'zone.rong:mixinbooter:5.0'
} }
} }