-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a1f2b5
commit 0cc818f
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |