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
- Method ` set(String key, dynamic value) ` now takes value of ` dynamic ` instead of ` Object `
16
16
- Method ` hint.get(String key) ` now returns ` dynamic ` instead of ` Object? `
17
17
18
+ ### Dependencies
19
+
20
+ - Bump Android SDK from v7.2.0 to v7.3.0 ([ #1852 ] ( https://github.com/getsentry/sentry-dart/pull/1852 ) )
21
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730 )
22
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.2.0...7.3.0 )
23
+
18
24
## 7.15.0
19
25
20
26
### 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.2 .0'
63
+ api ' io.sentry:sentry-android:7.3 .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