From cee800d5105b359d38681251fd2c997e1f84220d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 3 Jun 2020 23:38:07 +0530 Subject: Fixes build issue for shared preferences --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pubspec.yaml') 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: -- cgit v1.3.1