Skip to content

Commit 8edbfc8

Browse files
Ron RadtkeRon Radtke
Ron Radtke
authored and
Ron Radtke
committed
version
* [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 RonRadtke#137 * Fix type declaration for `close()` in interface `ReactNativeBlobUtilWriteStream`
1 parent 2fd5424 commit 8edbfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)