Question by
LostBoyRadPaisley · Oct 21, 2020 at 05:34 PM ·
androidbuildandroid build
Remove IPostGenerateGradleAndroidProject callback at build time
I have a library in my project, that includes some classes that implement IPostGenerateGradleAndroidProject to run some post processing tasks such as editing the build.grade and manifest. However, I have another build configuration where I don't want to run these tasks. I don't want to edit the library, but I don't want to have this task run. Is it possible to remove this callback at build time in my builder script? TIA
Comment