From 74bf10c316b3354401d01aab22945bfac550b1ac Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Tue, 9 May 2023 01:34:08 -0400 Subject: [PATCH] uodated per latest go 1.2.1 --- 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 7d6a7a0..30fa071 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:0.8.8beta' // From jitpack.io + implementation 'com.github.functionland:fula-build-aar:1.2.1' // From jitpack.io implementation 'com.github.functionland:wnfs-build-aar:v1.4.1' // From jitpack.io implementation 'commons-io:commons-io:20030203.000550' // implementation files('mobile.aar') diff --git a/package.json b/package.json index 2c6339a..649c6cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.2.0", + "version": "1.2.1", "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",