File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- Safely access browser ` navigator.deviceMemory ` ([ #3268 ] ( https://github.com/getsentry/sentry-dart/pull/3268 ) )
17
17
18
+ ### Dependencies
19
+
20
+ - Bump Android SDK from v8.21.1 to v8.23.0 ([ #3281 ] ( https://github.com/getsentry/sentry-dart/pull/3281 ) )
21
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230 )
22
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0 )
23
+
18
24
## 9.7.0-beta.5
19
25
20
26
### Dependencies
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:8.21.1 '
63
+ api ' io.sentry:sentry-android:8.23.0 '
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