Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-sentry-android-gradle-plugin.sh from 5.12.2 to 6.0.0.

Auto-generated by a dependency updater.

Changelog

6.0.0

Breaking Changes

This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.

  • Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (#911)
  • Minimum supported Kotlin language version is now 1.8 (#935)

Features

  • Add upload functionality for Size Analysis (#915)
  • Add upload functionality for Build Distribution (#986)
  • Auto-install for Auto-Update Build Distribution SDK when enabled for variant (#1001)
  • Add VCS info extension for build uploads with customizable version control metadata (#969)
  • Include version in logs if auto install refuses to install a dependency (#979)
  • Auto install Spring Boot 4 (sentry-spring-boot-4) and Spring 7 (sentry-spring-7) modules (#980)

Fixes

  • Enable caching for BundleSourcesTask (#894)
  • Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
  • Fix compatibility with Kotlin 2.3.0 (#1046)
  • Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
  • Allow lazily configured version details for ProGuard mappings (#974)
  • Fix Modifier.sentryTag() not found warning (#997)
  • Fix reproducible builds by writing sentry-debug-meta.properties without timestamps (#876)
  • Skip generating sentry-debug-meta.properties when includeProguardMapping and includeSourceContext are disabled (#1047)
  • Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 (#1054)
  • Include root project check in preMerge task (#1006)
  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (#1036)
  • Stop passing deprecated parameters to sentry-cli (#1015)
  • Rename orgAuthToken to distributionAuthToken (#1025)
  • Remove null conventions from VcsInfoExtension (#983)

Internal

  • Add Google Truth for easier to debug assertions in tests (#920)
  • Generate AGP/Gradle compatibility matrix dynamically (#873)

Dependencies

6.0.0-rc.1

Fixes

  • Fix compatibility with Kotlin 2.3.0 (#1046)

Dependencies

6.0.0-beta.3

Breaking Changes

This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of the this plugin if you need support for older Sentry self-hosted versions.

Various fixes & improvements

  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (#1036)

Dependencies

6.0.0-beta.2

Dependencies

6.0.0-beta.1

Dependencies

6.0.0-alpha.6

Dependencies

6.0.0-alpha.5

Fixes

  • Fix Modifier.sentryTag() not found warning (#997)

Dependencies

6.0.0-alpha.4

Dependencies

6.0.0-alpha.3

Dependencies

6.0.0-alpha.2

Fixes

  • Allow kotlin pre-releases in KotlinCompilerPlugin (#972)

Dependencies

6.0.0-alpha.1

Features

  • Add upload functionality for size analysis (#915)
  • Add VCS info extension for build uploads with customizable version control metadata (#969)
  • Include version in logs if auto install refuses to install a dependency (#979)
  • Auto install Spring Boot 4 (sentry-spring-boot-4) and Spring 7 (sentry-spring-7) modules (#980)

Fixes

  • Enable caching for BundleSourcesTask (#894
  • Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
  • Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
  • Allow lazily configured version details for ProGuard mappings (#974)

Breaking Changes

  • Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (#911)
  • Minimum supported Kotlin language version is now 1.8 (#935)

Internal

  • Add Google Truth for easier to debug assertions in tests (#920)
  • Generate AGP/Gradle compatibility matrix dynamically (#873)

Dependencies

Full CHANGELOG.md diff
 -1,5 +1,195 
 # Changelog
 
+## 6.0.0
+
+### Breaking Changes
+
+This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.
+
+- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. ([#911](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/911))
+- Minimum supported Kotlin language version is now 1.8 ([#935](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/935))
+
+### Features
+
+- Add upload functionality for [Size Analysis](https://docs.sentry.io/platforms/android/size-analysis/) ([#915](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/915))
+- Add upload functionality for [Build Distribution](https://docs.sentry.io/platforms/android/build-distribution/) ([#986](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/986))
+- Auto-install for [Auto-Update Build Distribution](https://docs.sentry.io/platforms/android/build-distribution/auto-update/) SDK when enabled for variant ([#1001](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1001))
+- Add VCS info extension for build uploads with customizable version control metadata ([#969](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/969))
+- Include version in logs if auto install refuses to install a dependency ([#979](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/979))
+- Auto install Spring Boot 4 (`sentry-spring-boot-4`) and Spring 7 (`sentry-spring-7`) modules ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+
+### Fixes
+
+- Enable caching for BundleSourcesTask ([#894](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/894))
+- Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin ([#944](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/944))
+- Fix compatibility with Kotlin 2.3.0 ([#1046](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1046))
+- Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+- Allow lazily configured version details for ProGuard mappings ([#974](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/974))
+- Fix `Modifier.sentryTag()` not found warning ([#997](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/997))
+- Fix reproducible builds by writing `sentry-debug-meta.properties` without timestamps ([#876](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/876))
+- Skip generating `sentry-debug-meta.properties` when `includeProguardMapping` and `includeSourceContext` are disabled ([#1047](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1047))
+- Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 ([#1054](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1054))
+- Include root project check in preMerge task ([#1006](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1006))
+- Set SENTRY_PIPELINE environment variable for all sentry-cli invocations ([#1036](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1036))
+- Stop passing deprecated parameters to sentry-cli ([#1015](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1015))
+- Rename orgAuthToken to distributionAuthToken ([#1025](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1025))
+- Remove null conventions from VcsInfoExtension ([#983](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/983))
+
+### Internal
+
+- Add Google Truth for easier to debug assertions in tests ([#920](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/920))
+- Generate AGP/Gradle compatibility matrix dynamically ([#873](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/873))
+
+### Dependencies
+
+- Set build default Gradle Version to 8.14.2 ([#891](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/891))
+- Bump Android SDK from v8.14.0 to v8.31.0 ([#919](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/919), [#936](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/943), [#958](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/958), [#962](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/962), [#967](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/967), [#981](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/981), [#988](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/988), [#996](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/996), [#1009](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1009), [#1020](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1020), [#1027](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1027), [#1032](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1032), [#1034](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1034), [#1041](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1041), [#1053](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1053), [#1058](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1058))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8310](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8310))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.14.0...8.31.0)
+- Bump CLI from v2.46.0 to v3.1.0 ([#948](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/948), [#957](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/957), [#964](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/964), [#970](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/970), [#987](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/987), [#990](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/990), [#993](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/993), [#1002](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1002), [#1014](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1014), [#1024](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1024), [#1028](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1028), [#1037](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1037), [#1038](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1038), [#1040](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1040), [#1043](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1043), [#1049](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1049), [#1052](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1052))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#310](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/310))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.46.0...3.1.0)
+
+## 6.0.0-rc.1
+
+### Fixes
+
+- Fix compatibility with Kotlin 2.3.0 ([#1046](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1046))
+
+### Dependencies
+
+- Bump CLI from v3.0.0 to v3.0.1 ([#1043](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1043))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#301](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/301))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/3.0.0...3.0.1)
+
+## 6.0.0-beta.3
+
+### Breaking Changes
+
+This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of the this plugin if you need support for older Sentry self-hosted versions.
+
+### Various fixes & improvements
+
+- Set SENTRY_PIPELINE environment variable for all sentry-cli invocations ([#1036](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1036))
+
+### Dependencies
+
+- Bump Android SDK from v8.26.0 to v8.28.0 ([#1032](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1032), [#1034](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1034))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8280](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8280))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.26.0...8.28.0)
+- Bump CLI from v2.58.2 to v3.0.0 ([#1037](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1037), [#1038](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1038), [#1040](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1040))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#300](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/300))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.58.2...3.0.0)
+
+## 6.0.0-beta.2
+
+### Dependencies
+
+- Bump CLI from v2.57.0 to v2.58.2 ([#1024](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1024), [#1028](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1028))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2582](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2582))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.57.0...2.58.2)
+- Bump Android SDK from v8.25.0 to v8.26.0 ([#1027](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1027))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8260](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8260))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
+
+## 6.0.0-beta.1
+
+### Dependencies
+
+- Bump Android SDK from v8.24.0 to v8.25.0 ([#1020](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1020))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8250](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8250))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.24.0...8.25.0)
+
+## 6.0.0-alpha.6
+
+### Dependencies
+
+- Bump CLI from v2.56.0 to v2.57.0 ([#1002](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1002), [#1014](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1014))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2570](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2570))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.56.0...2.57.0)
+- Bump Android SDK from v8.23.0 to v8.24.0 ([#1009](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1009))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8240](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8240))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.23.0...8.24.0)
+
+## 6.0.0-alpha.5
+
+### Fixes
+
+- Fix `Modifier.sentryTag()` not found warning ([#997](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/997))
+
+### Dependencies
+
+- Bump Android SDK from v8.22.0 to v8.23.0 ([#996](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/996))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8230](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8230))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.22.0...8.23.0)
+
+## 6.0.0-alpha.4
+
+### Dependencies
+
+- Bump CLI from v2.55.0 to v2.56.0 ([#993](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/993))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2560](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2560))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.55.0...2.56.0)
+
+## 6.0.0-alpha.3
+
+### Dependencies
+
+- Bump Android SDK from v8.21.1 to v8.22.0 ([#988](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/988))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8220))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
+- Bump CLI from v2.54.0 to v2.55.0 ([#990](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/990))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2550](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2550))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.54.0...2.55.0)
+
+## 6.0.0-alpha.2
+
+### Fixes
+
+- Allow kotlin pre-releases in KotlinCompilerPlugin ([#972](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/972))
+
+### Dependencies
+
+- Bump CLI from v2.53.0 to v2.54.0 ([#987](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/987))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2540](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2540))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.53.0...2.54.0)
+
+## 6.0.0-alpha.1
+
+### Features
+
+- Add upload functionality for size analysis ([#915](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/915))
+- Add VCS info extension for build uploads with customizable version control metadata ([#969](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/969))
+- Include version in logs if auto install refuses to install a dependency ([#979](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/979))
+- Auto install Spring Boot 4 (`sentry-spring-boot-4`) and Spring 7 (`sentry-spring-7`) modules ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+
+### Fixes
+
+- Enable caching for BundleSourcesTask ([#894](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/894)
+- Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin ([#944](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/944))
+- Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+- Allow lazily configured version details for ProGuard mappings ([#974](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/974))
+
+### Breaking Changes
+
+- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. ([#911](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/911))
+- Minimum supported Kotlin language version is now 1.8 ([#935](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/935))
+
+### Internal
+
+- Add Google Truth for easier to debug assertions in tests ([#920](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/920))
+- Generate AGP/Gradle compatibility matrix dynamically ([#873](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/873))
+
+### Dependencies
+
+- Set build default Gradle Version to 8.14.2 ([#891](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/891))
+- Bump Android SDK from v8.14.0 to v8.21.1 ([#936](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/943), [#958](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/958), [#962](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/962), [#967](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/967), [#981](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/981))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8211))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.14.0...8.21.1)
+- Bump CLI from v2.46.0 to v2.53.0 ([#948](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/948), [#957](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/957), [#964](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/964), [#970](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/970))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2530](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2530))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.46.0...2.53.0)
+
 ## 5.12.2
 
 ### Fixes
 -17,8 +207,8 
 ### Dependencies
 
 - Bump Android SDK from v8.21.1 to v8.22.0 ([#989](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/989))
-    - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8220))
-    - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8220))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
 
 ## 5.11.0
 
 -34,16 +224,16 
 ### Dependencies
 
 - Bump Android SDK from v8.20.0 to v8.21.1 ([#981](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/981))
-    - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8211))
-    - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.20.0...8.21.1)
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8211))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.20.0...8.21.1)
 
 ## 5.10.0
 
 ### Dependencies
 
 - Bump Android SDK from v8.19.0 to v8.20.0 ([#967](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/967))
-    - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8200](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8200))
-    - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.19.0...8.20.0)
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8200](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8200))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.19.0...8.20.0)
 
 ## 5.9.0
 

@github-actions github-actions bot requested a review from alwx as a code owner January 26, 2026 10:38
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from 615a85f to 72f1026 Compare January 26, 2026 11:00
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Sentry Android Gradle Plugin to v6.0.0 by github-actions[bot] in #5578
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by dependabot in #5576
  • chore(deps): bump github/codeql-action from 4.31.10 to 4.31.11 by dependabot in #5573
  • chore(deps): bump getsentry/craft from 2.19.0 to 2.20.0 by dependabot in #5575
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.19.0 to 2.20.0 by dependabot in #5574
  • ci(release): Fix changelog-preview permissions by BYK in #5571
  • chore: Move from using Hybrid SDK subspec to regular Sentry podspec by itaybre in #5451
  • chore(deps): update Cocoa SDK to v9 by antonis in #5356

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from 72f1026 to 1a0fb39 Compare January 26, 2026 11:01
Copy link
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing the target to v8 were the Sentry CLI 3 bump is also merged.

@antonis antonis changed the base branch from main to v8 January 26, 2026 11:06
@antonis antonis added the ready-to-merge Triggers the full CI test suite label Jan 26, 2026
@antonis antonis mentioned this pull request Jan 26, 2026
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 370.67 ms 383.64 ms 12.97 ms
Size 43.94 MiB 49.22 MiB 5.29 MiB

Baseline results on branch: v8

Startup times

Revision Plain With Sentry Diff
bc8a1ed+dirty 396.10 ms 426.80 ms 30.69 ms
206e87e+dirty 416.94 ms 440.98 ms 24.04 ms
b4fa5b4+dirty 382.09 ms 398.28 ms 16.19 ms
d6aa223+dirty 436.98 ms 466.42 ms 29.44 ms

App size

Revision Plain With Sentry Diff
bc8a1ed+dirty 43.94 MiB 48.91 MiB 4.97 MiB
206e87e+dirty 43.94 MiB 49.22 MiB 5.29 MiB
b4fa5b4+dirty 43.94 MiB 48.91 MiB 4.97 MiB
d6aa223+dirty 43.94 MiB 49.38 MiB 5.44 MiB

Previous results on branch: deps/scripts/update-sentry-android-gradle-plugin.sh

Startup times

Revision Plain With Sentry Diff
4ec51e0+dirty 318.76 ms 373.69 ms 54.93 ms
f4dbc6c+dirty 359.25 ms 425.56 ms 66.31 ms
ca180cf+dirty 430.68 ms 504.02 ms 73.34 ms
0af679d+dirty 360.94 ms 455.08 ms 94.14 ms
da01f3b+dirty 356.73 ms 408.98 ms 52.24 ms
19921ba+dirty 366.72 ms 418.50 ms 51.78 ms
2975807+dirty 470.40 ms 497.56 ms 27.16 ms
b3e9009+dirty 434.47 ms 435.04 ms 0.57 ms
13e88f5+dirty 371.22 ms 371.02 ms -0.20 ms

App size

Revision Plain With Sentry Diff
4ec51e0+dirty 7.15 MiB 8.41 MiB 1.26 MiB
f4dbc6c+dirty 7.15 MiB 8.42 MiB 1.27 MiB
ca180cf+dirty 7.15 MiB 8.41 MiB 1.26 MiB
0af679d+dirty 7.15 MiB 8.41 MiB 1.26 MiB
da01f3b+dirty 7.15 MiB 8.42 MiB 1.27 MiB
19921ba+dirty 7.15 MiB 8.41 MiB 1.26 MiB
2975807+dirty 43.94 MiB 48.81 MiB 4.88 MiB
b3e9009+dirty 43.94 MiB 48.81 MiB 4.88 MiB
13e88f5+dirty 7.15 MiB 8.42 MiB 1.26 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 420.67 ms 437.54 ms 16.87 ms
Size 43.75 MiB 48.40 MiB 4.64 MiB

Baseline results on branch: v8

Startup times

Revision Plain With Sentry Diff
bc8a1ed+dirty 442.18 ms 476.27 ms 34.08 ms
206e87e+dirty 464.80 ms 504.68 ms 39.88 ms
b4fa5b4+dirty 449.55 ms 481.50 ms 31.95 ms
d6aa223+dirty 543.40 ms 564.24 ms 20.84 ms

App size

Revision Plain With Sentry Diff
bc8a1ed+dirty 43.75 MiB 48.08 MiB 4.33 MiB
206e87e+dirty 43.75 MiB 48.40 MiB 4.64 MiB
b4fa5b4+dirty 43.75 MiB 48.08 MiB 4.33 MiB
d6aa223+dirty 43.75 MiB 48.55 MiB 4.80 MiB

Previous results on branch: deps/scripts/update-sentry-android-gradle-plugin.sh

Startup times

Revision Plain With Sentry Diff
4ec51e0+dirty 410.16 ms 445.08 ms 34.92 ms
f4dbc6c+dirty 391.62 ms 418.30 ms 26.68 ms
ca180cf+dirty 415.52 ms 425.28 ms 9.76 ms
13e88f5 417.12 ms 404.86 ms -12.27 ms
0af679d 406.56 ms 411.04 ms 4.49 ms
19921ba 418.33 ms 450.31 ms 31.99 ms
2975807+dirty 398.68 ms 415.92 ms 17.24 ms
da01f3b 415.37 ms 404.85 ms -10.52 ms
b3e9009+dirty 438.12 ms 469.08 ms 30.96 ms

App size

Revision Plain With Sentry Diff
4ec51e0+dirty 17.75 MiB 19.68 MiB 1.94 MiB
f4dbc6c+dirty 17.75 MiB 19.69 MiB 1.94 MiB
ca180cf+dirty 17.75 MiB 19.68 MiB 1.94 MiB
13e88f5 17.75 MiB 20.15 MiB 2.40 MiB
0af679d 17.75 MiB 19.68 MiB 1.94 MiB
19921ba 17.75 MiB 19.68 MiB 1.94 MiB
2975807+dirty 43.75 MiB 47.99 MiB 4.23 MiB
da01f3b 17.75 MiB 20.15 MiB 2.41 MiB
b3e9009+dirty 43.75 MiB 47.99 MiB 4.23 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1204.31 ms 1205.15 ms 0.83 ms
Size 3.38 MiB 4.67 MiB 1.29 MiB

Baseline results on branch: v8

Startup times

Revision Plain With Sentry Diff
206e87e+dirty 1197.12 ms 1204.25 ms 7.13 ms
b4fa5b4+dirty 1213.59 ms 1211.26 ms -2.33 ms
bc8a1ed+dirty 1198.66 ms 1200.60 ms 1.94 ms
d6aa223+dirty 1216.76 ms 1213.40 ms -3.37 ms

App size

Revision Plain With Sentry Diff
206e87e+dirty 3.38 MiB 4.67 MiB 1.29 MiB
b4fa5b4+dirty 3.44 MiB 4.66 MiB 1.22 MiB
bc8a1ed+dirty 3.44 MiB 4.66 MiB 1.22 MiB
d6aa223+dirty 3.38 MiB 4.67 MiB 1.29 MiB

Previous results on branch: deps/scripts/update-sentry-android-gradle-plugin.sh

Startup times

Revision Plain With Sentry Diff
f4dbc6c+dirty 1244.96 ms 1242.57 ms -2.39 ms
ca180cf+dirty 1219.09 ms 1221.37 ms 2.28 ms
4ec51e0+dirty 1225.76 ms 1226.62 ms 0.86 ms
2975807+dirty 1206.69 ms 1209.00 ms 2.31 ms
da01f3b+dirty 1232.17 ms 1237.96 ms 5.79 ms
b3e9009+dirty 1225.27 ms 1220.00 ms -5.27 ms
19921ba+dirty 1226.30 ms 1228.06 ms 1.76 ms
13e88f5+dirty 1229.06 ms 1243.34 ms 14.28 ms
0af679d+dirty 1246.94 ms 1251.18 ms 4.24 ms

App size

Revision Plain With Sentry Diff
f4dbc6c+dirty 3.19 MiB 4.55 MiB 1.36 MiB
ca180cf+dirty 3.19 MiB 4.54 MiB 1.36 MiB
4ec51e0+dirty 3.19 MiB 4.54 MiB 1.36 MiB
2975807+dirty 3.41 MiB 4.57 MiB 1.16 MiB
da01f3b+dirty 3.19 MiB 4.38 MiB 1.19 MiB
b3e9009+dirty 3.41 MiB 4.57 MiB 1.16 MiB
19921ba+dirty 3.19 MiB 4.48 MiB 1.29 MiB
13e88f5+dirty 3.19 MiB 4.36 MiB 1.17 MiB
0af679d+dirty 3.19 MiB 4.48 MiB 1.29 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1184.20 ms 1188.49 ms 4.29 ms
Size 3.38 MiB 4.67 MiB 1.29 MiB

Baseline results on branch: v8

Startup times

Revision Plain With Sentry Diff
206e87e+dirty 1184.11 ms 1183.19 ms -0.92 ms
b4fa5b4+dirty 1203.83 ms 1207.13 ms 3.30 ms
bc8a1ed+dirty 1194.70 ms 1201.18 ms 6.48 ms
d6aa223+dirty 1192.33 ms 1208.17 ms 15.84 ms

App size

Revision Plain With Sentry Diff
206e87e+dirty 3.38 MiB 4.67 MiB 1.29 MiB
b4fa5b4+dirty 3.44 MiB 4.66 MiB 1.22 MiB
bc8a1ed+dirty 3.44 MiB 4.66 MiB 1.22 MiB
d6aa223+dirty 3.38 MiB 4.67 MiB 1.29 MiB

Previous results on branch: deps/scripts/update-sentry-android-gradle-plugin.sh

Startup times

Revision Plain With Sentry Diff
f4dbc6c+dirty 1239.04 ms 1244.78 ms 5.73 ms
ca180cf+dirty 1222.26 ms 1244.77 ms 22.52 ms
4ec51e0+dirty 1227.83 ms 1236.86 ms 9.03 ms
2975807+dirty 1189.90 ms 1193.42 ms 3.52 ms
da01f3b+dirty 1218.09 ms 1214.15 ms -3.94 ms
b3e9009+dirty 1224.52 ms 1220.83 ms -3.70 ms
19921ba+dirty 1217.94 ms 1227.65 ms 9.71 ms
13e88f5+dirty 1222.75 ms 1229.69 ms 6.94 ms
0af679d+dirty 1219.02 ms 1223.35 ms 4.33 ms

App size

Revision Plain With Sentry Diff
f4dbc6c+dirty 2.63 MiB 3.98 MiB 1.35 MiB
ca180cf+dirty 2.63 MiB 3.98 MiB 1.34 MiB
4ec51e0+dirty 2.63 MiB 3.98 MiB 1.34 MiB
2975807+dirty 3.41 MiB 4.57 MiB 1.16 MiB
da01f3b+dirty 2.63 MiB 3.81 MiB 1.18 MiB
b3e9009+dirty 3.41 MiB 4.57 MiB 1.16 MiB
19921ba+dirty 2.63 MiB 3.91 MiB 1.28 MiB
13e88f5+dirty 2.63 MiB 3.80 MiB 1.17 MiB
0af679d+dirty 2.63 MiB 3.91 MiB 1.28 MiB

@antonis antonis merged commit 243a75e into v8 Jan 26, 2026
68 of 70 checks passed
@antonis antonis deleted the deps/scripts/update-sentry-android-gradle-plugin.sh branch January 26, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ready-to-merge Triggers the full CI test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants