Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
* [BREAKING] For the trusty option a custom trust manager has to be defined and injected (see Reamde for more details). This change has been made due to app rejections in the google play store. Security checks might have flagged the trust manager implementation even though it never was used
* Enable reporting of progress from Android DownloadManager
* Remove redundant iOS 7 polyfill
* Remove CHECK_LICENSE permission
* A fix for "unexpected end of stream error" issue Fixes #137
* Fix type declaration for `close()` in interface `ReactNativeBlobUtilWriteStream`
  • Loading branch information
Ron Radtke authored and Ron Radtke committed Apr 28, 2022
1 parent 2fd5424 commit 8edbfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-blob-util",
"version": "0.15.0",
"version": "0.16.0",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8edbfc8

Please sign in to comment.