Skip to content

Commit

Permalink
Merge branch 'main' into feat/text-scale-value
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Apr 10, 2024
2 parents 27ede51 + be8cafe commit 4e2ed6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,12 @@ jobs:
cd flutter
flutter pub get
- name: Test chrome (exclude canvasKit)
- name: Test chrome
if: runner.os == 'Linux'
run: |
cd flutter
flutter test --platform chrome --test-randomize-ordering-seed=random --exclude-tags canvasKit
# TODO: Revert when canvasKit is available again in `beta` channel
- name: Test chrome (canvasKit)
if: runner.os == 'Linux' && matrix.sdk != 'beta'
run: |
cd flutter
flutter test --platform chrome --test-randomize-ordering-seed=random --tags canvasKit --web-renderer canvaskit
flutter test --platform chrome --test-randomize-ordering-seed=random --tags canvasKit --web-renderer canvaskit
- name: Test VM with coverage
run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Add textScale(r) value to Flutter context ([#1886](https://github.com/getsentry/sentry-dart/pull/1886))

### Dependencies

- Bump Android SDK from v7.6.0 to v7.8.0 ([#1977](https://github.com/getsentry/sentry-dart/pull/1977))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780)
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.8.0)

## 7.19.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
}

dependencies {
api 'io.sentry:sentry-android:7.6.0'
api 'io.sentry:sentry-android:7.8.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// Required -- JUnit 4 framework
Expand Down

0 comments on commit 4e2ed6b

Please sign in to comment.