-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[shared_preferences] update List<String> encode/decode (#8335)
Follow up to #8187 Updates Android `List<String>` encoding/decoding to use JSON to avoid potential future breakages from restricted list types.
- Loading branch information
1 parent
72a47ed
commit f7efc2b
Showing
18 changed files
with
894 additions
and
303 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/shared_preferences/shared_preferences_android/CHANGELOG.md
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 @@ | ||
## 2.4.3 | ||
|
||
* Migrates `List<String>` value encoding to JSON. | ||
|
||
## 2.4.2 | ||
|
||
* Bumps gradle-plugin to 2.1.0. | ||
|
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
Oops, something went wrong.