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 44
55### Dependencies
66
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 )
710- Bump Cocoa SDK from v8.54.0 to v8.55.1 ([ #3234 ] ( https://github.com/getsentry/sentry-dart/pull/3234 ) )
811 - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551 )
912 - [ 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:
3434 sentry_logging :
3535 dio : any # This gets constrained by `sentry_dio`
3636 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
3738
3839 flutter : any
3940dev_dependencies :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
6060}
6161
6262dependencies {
63- api ' io.sentry:sentry-android:8.20.0 '
63+ api ' io.sentry:sentry-android:8.21.1 '
6464 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
6565
6666 // Required -- JUnit 4 framework
You can’t perform that action at this time.
0 commit comments