DexPatcher / dexpatcher-gradle

Modify Android applications at source-level in Android Studio
https://dexpatcher.github.io/
GNU General Public License v3.0
83 stars 17 forks source link

How to delete the dependencies from Source Apk? #20

Closed Fenil15 closed 6 years ago

Fenil15 commented 6 years ago

@Lanchon In patched/build.gradle while importing aar file you have mention -

Alternatively we could delete the copy brought in by the source app using DexPatcher package annotations.

Can you let me know on how to use DexPatcher package annotations? I have used Dexpatcher Add/Edit Annotations in java file but how to use it in gradle file I don't know and couldn't find anywhere in documentation

Lanchon commented 6 years ago

already replied here: https://github.com/DexPatcher/dexpatcher-gradle/issues/19#issuecomment-409833429