Skip to content

Commit e269c49

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.17.0
1 parent 81f83eb commit e269c49

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v8.13.2 to v8.17.0 ([#3059](https://github.com/getsentry/sentry-dart/pull/3059))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.17.0)
10+
311
## 9.4.1
412

513
### Fixes

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.13.2'
63+
api 'io.sentry:sentry-android:8.17.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)