Skip to content

Commit 79387d9

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Android SDK to v8.21.1 (#3243)
* chore: update packages/flutter/scripts/update-android.sh to 8.21.1 * Update --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Giancarlo Buenaflor <[email protected]> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent a6fd71c commit 79387d9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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)

min_version_test/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
3940
dev_dependencies:

packages/flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
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

0 commit comments

Comments
 (0)