Skip to content

Commit

Permalink
Merge pull request #13 from leancodepl/feature/bump-bugfender-version
Browse files Browse the repository at this point in the history
Bump bugfender version, remove bitcode, fix store
  • Loading branch information
zltnDC authored Sep 25, 2024
2 parents 14b6981 + 34eaec2 commit c3c7d2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.3.10', '3.7.3']
version: ['3.24.3', '3.3.10', '3.7.3']

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.0.0

- Bump flutter_bugfender version to 3.0.0
- Fix sdk constraint

# 3.1.1

- Bump flutter_bugfender version to 2.1.2.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: logging_bugfender
description: A library helping integrate Bugfender with the logging package.
version: 3.1.1
version: 4.0.0
homepage: https://github.com/leancodepl/logging_bugfender

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.15.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
flutter_bugfender: ^2.1.2
flutter_bugfender: ^3.0.0
logging: ^1.0.2

dev_dependencies:
Expand Down

0 comments on commit c3c7d2f

Please sign in to comment.