Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.6.0 (#1090)
Browse files Browse the repository at this point in the history
Co-authored-by: Manoel Aranda Neto <marandaneto@gmail.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
Co-authored-by: Markus Hintersteiner <m.hintersteiner@gmail.com>
  • Loading branch information
5 people authored Oct 25, 2022
1 parent 613760b commit 2f8f173
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Android SDK from v6.5.0 to v6.6.0 ([#1090](https://github.com/getsentry/sentry-dart/pull/1090))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
- [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)

## 6.13.1

### Fixes
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.5.0'
api 'io.sentry:sentry-android:6.6.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
args.getIfNotNull<Boolean>("enableAutoPerformanceTracking") { enableAutoPerformanceTracking ->
if (enableAutoPerformanceTracking) {
autoPerformanceTrackingEnabled = true
framesTracker = ActivityFramesTracker(LoadClass())
framesTracker = ActivityFramesTracker(LoadClass(), options)
}
}

Expand Down

0 comments on commit 2f8f173

Please sign in to comment.