Update AssetMover, and use compile for MixinBooter as well
This commit is contained in:
parent
f729e03ccc
commit
0263175cf0
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
if (project.use_assetmover.toBoolean()) {
|
if (project.use_assetmover.toBoolean()) {
|
||||||
deobfCompile 'com.cleanroommc:assetmover:0.2'
|
compile 'com.cleanroommc:assetmover:2.0'
|
||||||
}
|
}
|
||||||
if (project.use_mixins.toBoolean()) {
|
if (project.use_mixins.toBoolean()) {
|
||||||
deobfCompile 'zone.rong:mixinbooter:7.0'
|
compile 'zone.rong:mixinbooter:7.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue