Skip to content

Commit

Permalink
[MBL-14998][Parent] Fixed email intent issue
Browse files Browse the repository at this point in the history
refs:
affects:
release note:

test plan:
  • Loading branch information
hermannakos authored Nov 27, 2020
1 parent a6079a5 commit 84de68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/flutter_parent/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ packages:
name: intent
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
version: "1.1.0"
intl:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/flutter_parent/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies:
encrypted_shared_preferences: # Used by ApiPrefs to securely store data
path: ./plugins/encrypted_shared_preferences
flutter_local_notifications: 1.4.4+5
intent: 1.4.0 # TODO: Remove once android_intent can handle emails properly (see help_screen.dart for more info)
intent: 1.1.0 # TODO: Remove once android_intent can handle emails properly (see help_screen.dart for more info)
package_info: 0.4.3+2
permission_handler: ^4.0.0
shared_preferences: 0.5.12+4 # Used to cache remote config properties
Expand Down

0 comments on commit 84de68f

Please sign in to comment.