Update AssetMover, and use compile for MixinBooter as well

This commit is contained in:
Rongmario 2022-11-20 19:43:00 +00:00
parent f729e03ccc
commit 0263175cf0

View file

@ -66,10 +66,10 @@ repositories {
dependencies {
if (project.use_assetmover.toBoolean()) {
deobfCompile 'com.cleanroommc:assetmover:0.2'
compile 'com.cleanroommc:assetmover:2.0'
}
if (project.use_mixins.toBoolean()) {
deobfCompile 'zone.rong:mixinbooter:7.0'
compile 'zone.rong:mixinbooter:7.0'
}
}