react-native-blob-util 0.19.10 → 0.19.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ReactNativeBlobUtil">
2
2
 
3
3
  <!-- Required to download files from Google Play -->
4
4
  <uses-permission android:name="android.permission.INTERNET" />
@@ -124,7 +124,7 @@ typedef NS_ENUM(NSUInteger, ResponseFormat) {
124
124
  defaultConfigObject.timeoutIntervalForRequest = timeout/1000;
125
125
  }
126
126
 
127
- if([options valueForKey:CONFIG_WIFI_ONLY] != nil && ![options[CONFIG_WIFI_ONLY] boolValue]){
127
+ if([options valueForKey:CONFIG_WIFI_ONLY] != nil && [options[CONFIG_WIFI_ONLY] boolValue]){
128
128
  [defaultConfigObject setAllowsCellularAccess:NO];
129
129
  }
130
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-blob-util",
3
- "version": "0.19.10",
3
+ "version": "0.19.11",
4
4
  "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
5
  "main": "index",
6
6
  "scripts": {