Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 6, 2022
1 parent 4f91cb5 commit a1a8f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@
- Bump CLI from v2.5.2 to v2.6.0 ([#379](https://github.com/getsentry/sentry-android-gradle-plugin/pull/379))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#260)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.5.2...2.6.0)
- Bump Android SDK from v6.4.2 to v6.4.3 ([#384](https://github.com/getsentry/sentry-android-gradle-plugin/pull/384))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#643)
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.2...6.4.3)

## 3.1.6

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.2"
internal const val SENTRY_SDK_VERSION = "6.4.3"

internal val sep = File.separator

Expand Down

0 comments on commit a1a8f5e

Please sign in to comment.