Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.5.0 (#1064)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 11, 2022
1 parent af2d175 commit 9c5aec6
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.4.3 to v6.4.4 ([#1062](https://github.com/getsentry/sentry-dart/pull/1062))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#644)
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.3...6.4.4)
- Bump Android SDK from v6.4.3 to v6.5.0 ([#1062](https://github.com/getsentry/sentry-dart/pull/1062), [#1064](https://github.com/getsentry/sentry-dart/pull/1064))
- [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)

## 6.12.0

Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ android {
}

dependencies {
api 'io.sentry:sentry-android:6.4.4'
api 'io.sentry:sentry-android:6.5.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}

0 comments on commit 9c5aec6

Please sign in to comment.