Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.16.0 (#449)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Mar 20, 2023
1 parent c31a657 commit 88a2141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

### Dependencies

- Bump Android SDK from v6.13.0 to v6.15.0 ([#442](https://github.com/getsentry/sentry-android-gradle-plugin/pull/442))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150)
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.15.0)
- Bump Android SDK from v6.13.0 to v6.16.0 ([#442](https://github.com/getsentry/sentry-android-gradle-plugin/pull/442), [#449](https://github.com/getsentry/sentry-android-gradle-plugin/pull/449))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160)
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.16.0)
- Bump CLI from v2.12.0 to v2.14.4 ([#439](https://github.com/getsentry/sentry-android-gradle-plugin/pull/439), [#443](https://github.com/getsentry/sentry-android-gradle-plugin/pull/443), [#446](https://github.com/getsentry/sentry-android-gradle-plugin/pull/446))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2144)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.12.0...2.14.4)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class SentryPlugin : Plugin<Project> {
companion object {
const val SENTRY_ORG_PARAMETER = "sentryOrg"
const val SENTRY_PROJECT_PARAMETER = "sentryProject"
internal const val SENTRY_SDK_VERSION = "6.15.0"
internal const val SENTRY_SDK_VERSION = "6.16.0"

internal val sep = File.separator

Expand Down

0 comments on commit 88a2141

Please sign in to comment.