Skip to content

Commit dc65bf5

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.33.1
1 parent 9f05645 commit dc65bf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
### Dependencies
1111

12-
- Bump Android SDK from v6.32.0 to v6.33.0 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710))
13-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6330)
14-
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.0)
12+
- Bump Android SDK from v6.32.0 to v6.33.1 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710), [#1713](https://github.com/getsentry/sentry-dart/pull/1713))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.1)
1515

1616
## 7.12.0
1717

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)