Skip to content

Commit

Permalink
[shared_preferences] Update shared_preferences for release (flutter#1344
Browse files Browse the repository at this point in the history
)
  • Loading branch information
collinjackson authored Mar 15, 2019
1 parent c5bf62e commit 04516a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1+2

* Add a driver test

## 0.5.1+1

* Log a more detailed warning at build time about the previous AndroidX
Expand Down
2 changes: 1 addition & 1 deletion packages/shared_preferences/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for reading and writing simple key-value pairs.
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences
version: 0.5.1+1
version: 0.5.1+2

flutter:
plugin:
Expand Down

0 comments on commit 04516a9

Please sign in to comment.