Skip to content

Releases: getsentry/sentry-android-gradle-plugin

4.9.0

02 Jul 10:32

Choose a tag to compare

Fixes

  • Auto install and instrument sentry-okhttp instead of sentry-android-okhttp on v7+ (#724)
  • Fix source bundles with configuration cache on AGP 8+ (#725)

Dependencies

4.8.0

19 Jun 11:36

Choose a tag to compare

Fixes

  • Add missing copyFlutterAssets task dependency for Flutter (#723)

Dependencies

4.7.1

05 Jun 09:22

Choose a tag to compare

Fixes

  • Fix support for Kotlin K2 compiler plugin (#720)

4.7.0

04 Jun 08:04

Choose a tag to compare

Features

  • Add support for Kotlin K2 compiler plugin (#716)

4.6.0

16 May 09:20

Choose a tag to compare

Fixes

  • Do not include BuildConfig into source bundles (#705)
  • Fix misleading auth-token error message in case "sentry-cli info" fails (#708)

Dependencies

4.5.1

30 Apr 18:27

Choose a tag to compare

Fixes

  • Fix auth-token error for ProGuard mapping upload, even when mapping upload is disabled (fixed with sentry-cli 2.31.1)

Dependencies

4.5.0

23 Apr 13:40

Choose a tag to compare

Fixes

  • Remove excessive info logging (#696)

Dependencies

4.4.1

15 Apr 21:07

Choose a tag to compare

Fixes

  • Fix circular depencency issue between mergeAssets and minify tasks (#682)
  • Fix sentry-cli not being extracted prior to task execution (#691)

4.4.0

26 Mar 11:39

Choose a tag to compare

Fixes

  • Do not pollute build classpath with groovy dependencies (#677)
  • Ensure sentry-cli works well with configuration cache (#675)
  • Fix circular task dependency in combination with DexGuard plugin (#678)

Dependencies

4.3.1

28 Feb 13:47

Choose a tag to compare

Fixes

  • Do not pollute build classpath with groovy dependencies (#660)
  • Do not execute minifyWithR8 task when running tests with isIncludeAndroidResources enabled (#662)
  • Make tasks with reproducible inputs Cacheable (#664)
    • SentryGenerateIntegrationListTask
    • SentryGenerateDebugMetaPropertiesTask
    • GenerateBundleIdTask
    • SentryGenerateProguardUuidTask

Dependencies