Skip to content

Commit 1b36cc7

Browse files
committed
fixes #441
1 parent 2e7251b commit 1b36cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ android {
8888

8989
dependencies {
9090
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
91-
implementation 'org.apache.commons:commons-lang3:3.20:0'
91+
implementation 'org.apache.commons:commons-lang3:3.20.0'
9292
}
9393

9494
afterEvaluate { project ->

package.json

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

0 commit comments

Comments
 (0)