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