Skip to content

Releases: getsentry/sentry-android-gradle-plugin

2.1.3

26 Aug 07:10
a9c93b3
Compare
Choose a tag to compare
  • Fix: Use task logger instead of project logger (#165)

2.1.2

23 Aug 10:11
914284b
Compare
Choose a tag to compare
  • Bump: AGP to 4.2.2 (#106)
  • Fix: missing sentry-cli on embedded resources (#162)

2.1.1

17 Aug 13:22
de9f25e
Compare
Choose a tag to compare
  • Enhancement: Avoid Eager Task Configuration (#156)
  • Fix: Do not hardcode the build/ folder (#158)

2.1.1-beta.2

28 Jul 14:05
fa843c5
Compare
Choose a tag to compare
2.1.1-beta.2 Pre-release
Pre-release
  • No documented changes.

2.1.1-beta.1

28 Jul 10:09
81d1630
Compare
Choose a tag to compare
2.1.1-beta.1 Pre-release
Pre-release
  • No documented changes.

2.1.0

14 Jul 09:15
a4a13eb
Compare
Choose a tag to compare

What’s Changed

  • Feature: Add support for variant filtering. (#140)

Packages were released on mavenCentral

We'd love to get feedback.

2.0.1

23 Jun 11:14
892d403
Compare
Choose a tag to compare

What’s Changed

  • Fix: Only upload debug symbols for non debuggable App. (#139)

Packages were released on mavenCentral

We'd love to get feedback.

2.0.0

02 Jun 06:54
cb82b45
Compare
Choose a tag to compare

What’s Changed

This release comes with a full rewrite of the Sentry Gradle Plugin.

Here is the Migration Guide.

Improvements:

  • Using lazily Providers
  • Support for Configuration Avoidance
  • Only try to upload mapping file if 'minifyEnabled' is enabled
  • Plugin Marker is published, so you may use the 'plugins' block
  • Rewritten in Kotlin
  • Unit and Integration tests
  • CI Matrix that runs against different AGP/Gradle/Java and OS versions

Breaking changes:

  • Sentry Android Gradle Plugin requires Android Gradle Plugin >= 4.0.0
  • The autoProguardConfig flag has been removed

Changes:

  • Bump: sentry-cli to 1.65.0 (#133)
  • Bump: Gradle 7.0.2 (#135)

Thank you:

Packages were released on mavenCentral

We'd love to get feedback.

2.0.0-beta.3

01 Jun 05:41
d667ad4
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

What’s Changed

  • Enhancement: Clean up deprecated/removed Dex and Transform tasks (#130)

Packages were released on mavenCentral

We'd love to get feedback.

2.0.0-beta.2

31 May 08:41
c1793b7
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

What’s Changed

  • Enhancement: Use pluginManager instead of project.afterEvaluate (#119)
  • Enhancement: Use assembleTaskProvider lazily (#121)
  • Enhancement: Use packageProvider lazily (#125)
  • Enhancement: Use mappingFileProvider lazily (#128)

Packages were released on mavenCentral

We'd love to get feedback.