diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-03 23:38:07 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-03 23:38:07 +0530 |
| commit | cee800d5105b359d38681251fd2c997e1f84220d (patch) | |
| tree | 20b2fab137af5df95a381231539a66edf57e0cc0 /pubspec.yaml | |
| parent | 191186a0e3a315ca3755ed91c336fe6119f4d7d7 (diff) | |
| download | daft-launcher-cee800d5105b359d38681251fd2c997e1f84220d.tar.gz daft-launcher-cee800d5105b359d38681251fd2c997e1f84220d.zip | |
Fixes build issue for shared preferences
Diffstat (limited to '')
| -rw-r--r-- | pubspec.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 0fdeb79..99a259b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 0.0.1+1 environment: sdk: ">=2.7.0 <3.0.0" @@ -26,7 +26,7 @@ dependencies: intl: ^0.16.1 device_apps: ^1.0.9 android_intent: ^0.3.7 - shared_preferences: ^0.4.3 + shared_preferences: ^0.5.7+1 dev_dependencies: flutter_test: |
