sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Introduce a new `AppModuleSubplugin`

Open romtsn opened this issue 1 year ago • 0 comments

Description

The new AppModuleSubplugin should be applied exclusively to the com.android.application modules, and register the following tasks (most parts of this is done already):

  • [x] Register UploadProguardMappingTask
  • [x] Register GenereateDependencyReportTask
  • [x] Register instrumentation transforms
  • [x] Register UploadSourceContextTask

romtsn avatar Dec 17 '24 12:12 romtsn