1 min readMar 18, 2019
It's not possible to repack the apk without changing the signature unless you have access to the release key. If you enable proguard the repackers can’t simply remove the lib as the code gets obfuscated making it nearly impossible to remove the lib altogether without breaking the app.
Saying that its not a 100% full proof as nothing really is