Skip to content

Commit c11ef19

Browse files
committed
u
1 parent edec1c7 commit c11ef19

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

android/src/main/java/land/fx/fula/FulaModule.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
import fulamobile.Fulamobile;
4848

4949
import land.fx.wnfslib.Fs;
50+
import java.nio.file.Files;
51+
import java.nio.file.Path;
52+
import java.nio.file.Paths;
5053

5154
@ReactModule(name = FulaModule.NAME)
5255
public class FulaModule extends ReactContextBaseJavaModule {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionland/react-native-fula",
3-
"version": "1.54.31",
3+
"version": "1.54.32",
44
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)