Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 7, 2022
1 parent dba7fab commit b1a0dc9
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 @@ -4,9 +4,9 @@

### Dependencies

- Bump Android SDK from v6.7.0 to v6.9.1 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406), [#408](https://github.com/getsentry/sentry-android-gradle-plugin/pull/408), [#411](https://github.com/getsentry/sentry-android-gradle-plugin/pull/411))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.9.1)
- Bump Android SDK from v6.7.0 to v6.9.2 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406), [#408](https://github.com/getsentry/sentry-android-gradle-plugin/pull/408), [#411](https://github.com/getsentry/sentry-android-gradle-plugin/pull/411), [#414](https://github.com/getsentry/sentry-android-gradle-plugin/pull/414))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.9.2)
- Bump CLI from v2.8.1 to v2.10.0 ([#405](https://github.com/getsentry/sentry-android-gradle-plugin/pull/405), [#413](https://github.com/getsentry/sentry-android-gradle-plugin/pull/413))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2100)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.8.1...2.10.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,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.9.1"
internal const val SENTRY_SDK_VERSION = "6.9.2"
internal const val SENTRY_DEPENDENCIES_REPORT_OUTPUT = "sentry-external-modules.txt"

internal val sep = File.separator
Expand Down

0 comments on commit b1a0dc9

Please sign in to comment.