File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ SentryFlutter.init((options) =>
28
28
options..prependExceptionTypeIdentifier(MyCustomExceptionIdentifier()));
29
29
```
30
30
31
+ ### Dependencies
32
+
33
+ - Bump Android SDK from v7.12.0 to v7.12.1 ([ #2198 ] ( https://github.com/getsentry/sentry-dart/pull/2198 ) )
34
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121 )
35
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1 )
36
+
31
37
## 8.5.0
32
38
33
39
### Features
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- api ' io.sentry:sentry-android:7.12.0 '
63
+ api ' io.sentry:sentry-android:7.12.1 '
64
64
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
65
65
66
66
// Required -- JUnit 4 framework
You can’t perform that action at this time.
0 commit comments