Skip to content

Commit 6078ddc

Browse files
chore: update flutter/scripts/update-android.sh to 7.6.0 (#1927)
Co-authored-by: GitHub <[email protected]>
1 parent cf91c9d commit 6078ddc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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 v7.5.0 to v7.6.0 ([#1927](https://github.com/getsentry/sentry-dart/pull/1927))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0)
10+
311
## 7.17.0
412

513
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:7.5.0'
63+
api 'io.sentry:sentry-android:7.6.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)