This topic created in 1960 days ago, the information mentioned may be changed or developed.
我在用 proguard 混淆 aar 打包的时候,proguard 配置都没写(只关了 shrink ),发现其它地方混淆的都挺好,但是 很多方法里面的局部变量都没变。
如何让局部变量也混淆一下?
1 replies • 2020-12-25 17:03:03 +08:00
 |
|
1
RLib Dec 25, 2020 1
为什么不用 R8
|