Skip to content

Commit 7dc6ab3

Browse files
authored
Merge branch 'main' into sentry_tunnel
2 parents 441d14f + cdf80d0 commit 7dc6ab3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/update-deps.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ jobs:
1616
path: flutter/scripts/update-android.sh
1717
name: Android SDK
1818
secrets:
19-
# If a custom token is used instead, a CI would be triggered on a created PR.
20-
api_token: ${{ secrets.CI_DEPLOY_KEY }}
21-
# api_token: ${{ github.token }}
19+
api-token: ${{ secrets.CI_DEPLOY_KEY }}
2220

2321
cocoa:
2422
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
2523
with:
2624
path: flutter/scripts/update-cocoa.sh
2725
name: Cocoa SDK
2826
secrets:
29-
# If a custom token is used instead, a CI would be triggered on a created PR.
30-
api_token: ${{ secrets.CI_DEPLOY_KEY }}
31-
# api_token: ${{ github.token }}
27+
api-token: ${{ secrets.CI_DEPLOY_KEY }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
- Added [Flutter renderer](https://docs.flutter.dev/development/platform-integration/web/renderers) information to events ([#1035](https://github.com/getsentry/sentry-dart/pull/1035))
1313
- Added missing DSN field into the SentryEnvelopeHeader ([#1050](https://github.com/getsentry/sentry-dart/pull/1050))
1414

15+
### Dependencies
16+
17+
- Bump Android SDK from v6.4.2 to v6.4.3 ([#1048](https://github.com/getsentry/sentry-dart/pull/1048))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#643)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.2...6.4.3)
20+
1521
## 6.11.2
1622

1723
### Fixes

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

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

0 commit comments

Comments
 (0)