From 8edbfc80dea109ccb1fe94d95984b9cd27708210 Mon Sep 17 00:00:00 2001 From: Ron Radtke Date: Thu, 28 Apr 2022 16:38:07 +0200 Subject: [PATCH] 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 #137 * Fix type declaration for `close()` in interface `ReactNativeBlobUtilWriteStream` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68de3ebd4..e6a706f88 100644 --- a/package.json +++ b/package.json @@ -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": {