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 9
9
- Set ` http.response_content_length `
10
10
- Improve ` SentryException#value ` , remove stringified stack trace ([ ##1470 ] ( https://github.com/getsentry/sentry-dart/pull/#1470 ) )
11
11
12
+ ### Dependencies
13
+
14
+ - Bump Android SDK from v6.20.0 to v6.21.0 ([ #1500 ] ( https://github.com/getsentry/sentry-dart/pull/1500 ) )
15
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6210 )
16
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/6.20.0...6.21.0 )
17
+
12
18
## 7.6.3
13
19
14
20
### Fixes
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- api ' io.sentry:sentry-android:6.20 .0'
63
+ api ' io.sentry:sentry-android:6.21 .0'
64
64
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
65
65
}
You can’t perform that action at this time.
0 commit comments