Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
octavian-h committed Apr 19, 2024
1 parent 6a1f2b5 commit 0cc818f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

* Update dependencies

## 1.0.3

* Improve logging and update dependencies
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.3.3 <4.0.0'

dependencies:
flutter:
sdk: flutter
sqlite3_flutter_libs: ^0.5.20
cupertino_icons: ^1.0.6
cupertino_icons: ^1.0.8
logging: ^1.2.0
logging_appenders: ^1.2.0+1
appcenter_sdk_plus:
Expand All @@ -20,7 +20,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^3.0.2

flutter:
uses-material-design: true
22 changes: 11 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: appcenter_sdk_plus
description: "AppCenter SDK written purely in Flutter with support for AppCenter Analytics and AppCenter Crashes."
version: 1.0.3
version: 1.0.4
repository: https://github.com/octavian-h/appcenter_sdk_plus

environment:
sdk: '>=3.2.2 <4.0.0'
sdk: '>=3.3.3 <4.0.0'
flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter
device_info_plus: ^9.1.2
http: ^1.2.0
device_info_plus: ^10.1.0
http: ^1.2.1
logging: ^1.2.0
package_info_plus: ^5.0.1
path: ^1.8.3
path_provider: ^2.1.2
shared_preferences: ^2.2.2
sqlite3_async: ^1.0.3
uuid: ^4.3.3
package_info_plus: ^7.0.0
path: ^1.9.0
path_provider: ^2.1.3
shared_preferences: ^2.2.3
sqlite3_async: ^1.0.4
uuid: ^4.4.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^3.0.2
sqlite3_flutter_libs: ^0.5.20

0 comments on commit 0cc818f

Please sign in to comment.