From 2575d0fdf971d28f69d3786bf959d84d74c45905 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Wed, 9 Aug 2023 10:02:23 -0400 Subject: [PATCH] updated fula version to correct one --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 95720a7..f5dd4b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -62,7 +62,7 @@ repositories { dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules - implementation 'com.github.functionland:fula-build-aar:1.13.1' // From jitpack.io + 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 'commons-io:commons-io:20030203.000550' implementation 'commons-codec:commons-codec:1.15' diff --git a/package.json b/package.json index c0f5299..e28268a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.14.1", + "version": "1.14.2", "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",