Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 11, 2022
1 parent ab5b4f5 commit 766c3bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## Unreleased

### Dependencies

- Bump Android SDK from v6.4.3 to v6.5.0 ([#385](https://github.com/getsentry/sentry-android-gradle-plugin/pull/385))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#650)
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.3...6.5.0)

## 3.1.7

### Features
Expand Down
Expand Up @@ -324,7 +324,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.4.3"
internal const val SENTRY_SDK_VERSION = "6.5.0"

internal val sep = File.separator

Expand Down

0 comments on commit 766c3bf

Please sign in to comment.