hsiafan / apk-parser

Apk parser for java
BSD 2-Clause "Simplified" License
1.22k stars 365 forks source link

Request: ditch bouncycastle dependency #124

Open AndroidDeveloperLB opened 4 years ago

AndroidDeveloperLB commented 4 years ago

Seems it can work fine without it. And it's not even the default way to get the signatures of an APK.

I've noticed that this library alone takes 3.3 MB , having about 24-25K methods count...

Is it really needed and useful? Why not remove it?