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 2
2
3
3
## Unreleased
4
4
5
+ ### Dependencies
6
+
7
+ - Bump Android SDK from v8.12.0 to v8.15.0 ([ #3019 ] ( https://github.com/getsentry/sentry-dart/pull/3019 ) )
8
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8150 )
9
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.12.0...8.15.0 )
10
+
5
11
## Features
6
12
7
13
- Add os and device attributes to Flutter logs ([ #2978 ] ( https://github.com/getsentry/sentry-dart/pull/2978 ) )
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.12 .0'
63
+ api ' io.sentry:sentry-android:8.15 .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