Skip to content

Releases: Guardsquare/appsweep-gradle

1.4.0

20 Oct 06:26
Compare
Choose a tag to compare
  • Caching is now enabled. The task will not run if the app is unchanged. The new cacheTask parameter can be set to false to disable this behavior and guarantee a new scan every time the upload task is run.
  • Update gradle version for wrapper and tests to 7.5.1.

1.3.0

11 Oct 15:25
Compare
Choose a tag to compare
  • Fix bug that caused tasks not being present if DG plugin is used and not defining behavior for variants.
  • Update gradle version and dependencies.
  • Update tests to AGP 7.3.0.

v1.2.0: Add support for AARs

02 Aug 15:34
626b45d
Compare
Choose a tag to compare

With this new release we added support for Android library modules to the Gradle plugin! While AppSweep itself already supported scanning AAR files for quite some time, you can now also upload them automatically using our Gradle plugin.

v1.1.0: Add support for uploading AAB files

20 Jun 09:49
0dd6aa4
Compare
Choose a tag to compare

We introduced new uploadToAppSweep<variant>Bundle tasks that allow you to upload the AAB version of your app instead of the APK

v1.0.0: Stable release 1.0.0

30 Dec 11:17
Compare
Choose a tag to compare
  • Stable release of the plugin.