Guardsquare / appsweep-gradle

This Gradle plugin can be used to continuously integrate app scanning using AppSweep into your Android app build process
http://guardsquare.com/appsweep-mobile-application-security-testing
Apache License 2.0
47 stars 3 forks source link

[Question] Multiple Module #7

Closed Drjacky closed 1 year ago

Drjacky commented 1 year ago

For a multi-module project, is it enough to put the plugin in the app module?

Masrepus commented 1 year ago

Hi, yes, the plugin needs to be added to the app module and not the root Gradle file. In case you have multiple modules that produce an Android app, you can also add the plugin to more than just one module, they should be able to coexist independently