react-native-blob-util 0.19.3 → 0.19.4

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.
@@ -46,7 +46,10 @@ if (isNewArchitectureEnabled()) {
46
46
  android {
47
47
  def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
48
48
  if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
49
- namespace "com.ronradtke.rnblobutil"
49
+ namespace "com.ReactNativeBlobUtil"
50
+ buildFeatures {
51
+ buildConfig true
52
+ }
50
53
  }
51
54
  compileSdkVersion safeExtGet('compileSdkVersion', 30)
52
55
  buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-blob-util",
3
- "version": "0.19.3",
3
+ "version": "0.19.4",
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": {