react-native-my-uploader-android 1.0.30 → 1.0.31

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.
@@ -8,6 +8,8 @@ import android.util.Base64
8
8
  import com.facebook.react.bridge.*
9
9
  import java.io.ByteArrayOutputStream
10
10
  import java.net.URLConnection
11
+ import java.io.FileNotFoundException
12
+ import android.util.Base64OutputStream
11
13
 
12
14
  class MyUploaderModule(private val reactContext: ReactApplicationContext) :
13
15
  ReactContextBaseJavaModule(reactContext), ActivityEventListener {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-my-uploader-android",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "file uploader for android",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./src/index.d.ts",