Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
octavian-h committed Jul 16, 2024
1 parent 0cc818f commit bf7ba62
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 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.5

* Update dependencies

## 1.0.4

* 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 @@ -10,17 +10,17 @@ environment:
dependencies:
flutter:
sdk: flutter
sqlite3_flutter_libs: ^0.5.20
sqlite3_flutter_libs: ^0.5.24
cupertino_icons: ^1.0.8
logging: ^1.2.0
logging_appenders: ^1.2.0+1
logging_appenders: ^1.3.1
appcenter_sdk_plus:
path: ../

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter_lints: ^4.0.0

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

environment:
Expand All @@ -13,15 +13,15 @@ dependencies:
device_info_plus: ^10.1.0
http: ^1.2.1
logging: ^1.2.0
package_info_plus: ^7.0.0
package_info_plus: ^8.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
sqlite3_async: ^1.0.5
uuid: ^4.4.2

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
sqlite3_flutter_libs: ^0.5.20
flutter_lints: ^4.0.0
sqlite3_flutter_libs: ^0.5.24

0 comments on commit bf7ba62

Please sign in to comment.