Java Minimize Dependencies

前端 未结 3 810
悲&欢浪女
悲&欢浪女 2021-02-06 13:11

I have a situation where there is a small piece of Java code that has a large number of jars that it depends on. However, the dependencies inside these jars are very shallow. In

3条回答
  •  孤城傲影
    2021-02-06 14:02

    ProGuard does shrinking/optimizingh and also obfuscation. I think you can config it to do just one or the other.

提交回复
热议问题