Skip to content

chore(deps): update Android Gradle Plugin to v6.13.0#118

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-android-gradle-plugin.sh/6.13.0
Open

chore(deps): update Android Gradle Plugin to v6.13.0#118
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-android-gradle-plugin.sh/6.13.0

Conversation

@github-actions

Copy link
Copy Markdown

Bumps scripts/update-android-gradle-plugin.sh from 5.12.1 to 6.13.0.

Auto-generated by a dependency updater.

Changelog

6.13.0

Features

  • Auto-instrument SQLiteDriver for Room users (#1285)
    • Gated on sentry-android-sqlite >= 8.45.0 and the existing tracingInstrumentation DATABASE feature (enabled by default)
    • For users of the androidx.sqlite.driver.SupportSQLiteDriver bridge, auto-instrumentation wraps only the SupportSQLiteOpenHelper consumed by the bridge and not the bridge itself (avoids duplicate spans)

Security

  • Pin the plugin's build dependencies with Gradle dependency locking and SHA-256 dependency verification (#1256)

Dependencies

6.12.0

Dependencies

6.11.0

Fixes

  • Resolve the sentry-cli path as a task input instead of memoizing it in a static field, fixing stale-path build failures when switching branches with the configuration cache enabled (#1264)
    • This fixed the issue where sentry-cli could not be found (A problem occurred starting process 'command ../sentry-cliXXX.exe')
  • Defer the telemetry default-org lookup to execution time so the configuration cache no longer re-runs sentry-cli on every build (#1263)
  • The published Gradle plugin and sentry-snapshots-runtime POMs no longer declare a transitive kotlin-stdlib dependency (#1276)
  • Normalize Linux ARM64 architecture name for bundled sentry-cli binary lookup (#1201)

Dependencies

6.10.0

Features

  • Add support for the Kotlin 2.4 compiler in the Compose tracing compiler plugin (#1253)

Fixes

  • Compose tracing no longer adds the Sentry modifier multiple times for chained modifiers (e.g. Modifier.fillMaxSize().padding()) on Kotlin 2.2 and newer (#1253)

Dependencies

API Changes

  • The debug extension property is now typed as Property<Boolean> instead of Property<Boolean?> (#1253)

6.9.0

Fixes

  • Defer instrumentation log directory creation to execution time and use variant-specific paths to prevent log file corruption during parallel variant transforms (#1236)

Dependencies

6.8.1

Fixes

  • Fail fast with a clear error when Snapshots feature is used with AGP 7.x (#1212)

6.8.0

Dependencies

6.7.1

Fixes

  • Fix snapshot upload error by using string values for all sidecar tags (#1199)

6.7.0

Features

  • Add global diffThreshold option for snapshots (#1186)

Fixes

  • Change auto-install trigger for log4j2 from -api to -core dependency (#1155)

Dependencies

6.6.0

Dependencies

6.5.0

Dependencies

6.4.0

Dependencies

6.4.0-alpha.6

Internal Changes 🔧

Deps
  • Update CLI to v3.3.5 by github-actions in #1132
  • Update CLI to v3.3.4 by github-actions in #1122

6.4.0-alpha.5

Internal Changes 🔧

Deps
  • Update CLI to v3.3.5 by github-actions in #1132
  • Update CLI to v3.3.4 by github-actions in #1122

6.4.0-alpha.4

Internal Changes 🔧

Deps
  • Update CLI to v3.3.5 by github-actions in #1132
  • Update CLI to v3.3.4 by github-actions in #1122

6.4.0-alpha.3

Dependencies

6.3.0

Dependencies

6.3.0-alpha.2

Internal Changes 🔧

  • Pin GitHub Actions to full-length commit SHAs by joshuarli in #1116

6.2.0

Features

  • (Experimental) Wire VCS info extension to snapshot uploads for git metadata support (#1102)

Dependencies

6.2.0-alpha.2

Dependencies

6.2.0-alpha.1

Features

  • (Experimental) Add snapshot upload support via sentryUploadSnapshots task (#1091)

Dependencies

6.1.0

Features

  • Add install groups support for Build Distribution to control update visibility between distribution channels (#1070)

Dependencies

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

5.12.2

Fixes

  • Fix compatibility with AGP 9.x when uploading proguard mappings (#1021)

@github-actions github-actions Bot force-pushed the deps/scripts/update-android-gradle-plugin.sh/6.13.0 branch from b0357bb to 2f92e2c Compare June 26, 2026 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant