From 84a8643c4707b5152d495b7714a653d3a0a09562 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 11 Sep 2023 15:20:12 -0400 Subject: [PATCH] fix(ios, android): updated wnfs and fula version --- android/build.gradle | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index daf7563..fcdde0d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -94,8 +94,8 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation 'com.github.functionland:fula-build-aar:v1.13.1' // From jitpack.io - implementation 'com.github.functionland:wnfs-android:v1.8.0' // From jitpack.io + implementation 'com.github.functionland:fula-build-aar:v1.14.3' // From jitpack.io + implementation 'com.github.functionland:wnfs-android:v1.8.1' // From jitpack.io implementation 'commons-io:commons-io:20030203.000550' implementation 'commons-codec:commons-codec:1.15' // implementation files('mobile.aar') diff --git a/package.json b/package.json index d232b15..02bef52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.14.7", + "version": "1.14.8", "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs", "main": "lib/commonjs/index", "module": "lib/module/index",