diff options
author | zaaarf <zaaarf@proton.me> | 2023-06-11 15:32:07 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-06-11 15:32:07 +0200 |
commit | ed70355a86f357b644bb7ecd7b90de5a5a6f6f76 (patch) | |
tree | a5429633b67e751282820cb19b9f2ee06c03ecd1 /build.gradle | |
parent | d528d472a1d2024fd55d0d2dfe2221929fe0856a (diff) |
chore: moved obfuscation stuff to mapping library
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3f51438..5109f86 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,8 @@ repositories { dependencies { implementation 'com.squareup:javapoet:1.13.0' implementation 'org.ow2.asm:asm-commons:9.5' - implementation 'ftbsc:lll:0.4.1' + implementation 'ftbsc:lll:0.4.2' + implementation 'ftbsc.lll:mapper:0.0.2' } jar { |