Skip to content

Commit

Permalink
Bump io.sentry.android.gradle from 5.1.0 to 5.2.0 (#5330)
Browse files Browse the repository at this point in the history
Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases)
- [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-android-gradle-plugin@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: io.sentry.android.gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent 20f969c commit cfede06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.compose" version "${kotlinVersion}"
id 'com.google.firebase.firebase-perf'

id 'io.sentry.android.gradle' version '5.1.0'
id 'io.sentry.android.gradle' version '5.2.0'
}

def versionMajor = 2
Expand Down

0 comments on commit cfede06

Please sign in to comment.