Update MixinBooter to 7.0
This commit is contained in:
parent
efccbcd968
commit
f729e03ccc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue