Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Bump CLI to v2.3.0 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#230)
- [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.3.0)
- Bump Android SDK to v6.1.4 ([#340](https://github.com/getsentry/sentry-android-gradle-plugin/pull/340))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#614)
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.3...6.1.4)

### Fixes

Expand Down
Original file line number Diff line number Diff line change
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.1.3"
internal const val SENTRY_SDK_VERSION = "6.1.4"

internal val sep = File.separator

Expand Down