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 6
6
7
7
- Add ` hasSize ` guard when using a renderObject in ` SentryUserInteractionWidget ` ([ #2946 ] ( https://github.com/getsentry/sentry-dart/pull/2946 ) )
8
8
9
+ ### Dependencies
10
+
11
+ - Bump Android SDK from v8.11.1 to v8.12.0 ([ #2941 ] ( https://github.com/getsentry/sentry-dart/pull/2941 ) )
12
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120 )
13
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.11.1...8.12.0 )
14
+
9
15
## 9.0.0-RC.1
10
16
11
17
### Fixes
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.11.1 '
63
+ api ' io.sentry:sentry-android:8.12.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