Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 18, 2022
1 parent 134c9f8 commit e9472a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@

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

### Dependencies

- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0)

## 6.16.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Expand Up @@ -54,6 +54,6 @@ android {
}

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

0 comments on commit e9472a2

Please sign in to comment.