From 0263175cf0be7367d7cead16c1e1aa3a5e9f1c44 Mon Sep 17 00:00:00 2001 From: Rongmario Date: Sun, 20 Nov 2022 19:43:00 +0000 Subject: [PATCH] Update AssetMover, and use compile for MixinBooter as well --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 73f8dc5..a024f44 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } }