File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Dependencies
6
6
7
+ - Bump Android SDK from v8.20.0 to v8.21.1 ([ #3243 ] ( https://github.com/getsentry/sentry-dart/pull/3243 ) )
8
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211 )
9
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.20.0...8.21.1 )
7
10
- Bump Cocoa SDK from v8.54.0 to v8.55.1 ([ #3234 ] ( https://github.com/getsentry/sentry-dart/pull/3234 ) )
8
11
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551 )
9
12
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.54.0...8.55.1 )
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ dependencies:
34
34
sentry_logging :
35
35
dio : any # This gets constrained by `sentry_dio`
36
36
logging : any # This gets constrained by `sentry_logging`
37
+ package_info_plus : 8.3.1 # version 9 and above requires at least AGP 8.12.1
37
38
38
39
flutter : any
39
40
dev_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.20.0 '
63
+ api ' io.sentry:sentry-android:8.21.1 '
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