Skip to content

Commit e9472a2

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.8.0
1 parent 134c9f8 commit e9472a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Do not attach headers if Span is NoOp ([#1143](https://github.com/getsentry/sentry-dart/pull/1143))
88

9+
### Dependencies
10+
11+
- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0)
14+
915
## 6.16.0
1016

1117
### Features

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.7.1'
57+
api 'io.sentry:sentry-android:6.8.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)