Skip to content

Commit 70c5f5f

Browse files
committed
v2.11.18
1 parent 1e12742 commit 70c5f5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Native filesystem access for react-native
1010
- #516 [iOS] Ensure _bytesWritten is correct in download
1111
- #519 updated compilesdkversion and buildtoolsversion
1212
- #535 Make this work with RN56
13+
- #558 [Android] fixed missing parameter in movefile and writefile
14+
- #557 [Android] copyFile: fix missing parameter on Android
15+
- #564 [Android] Replace deprecated 'compile' gradle configuration with 'implementation
1316

1417
## Changes for v2.10
1518
- UploadFiles is now also available for Android [#486](https://github.com/itinance/react-native-fs/pull/486) by [hank121314](https://github.com/hank121314)

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-fs",
3-
"version": "2.11.17",
3+
"version": "2.11.18",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {

0 commit comments

Comments
 (0)