@functionland/react-native-fula 1.37.0 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/android/src/main/java/land/fx/fula/FulaModule.java +1537 -1537
- package/lib/commonjs/protocols/blockchain.js +122 -122
- package/lib/commonjs/protocols/blockchain.js.map +1 -1
- package/lib/module/protocols/blockchain.js +122 -122
- package/lib/module/protocols/blockchain.js.map +1 -1
- package/lib/typescript/interfaces/fulaNativeModule.d.ts +1 -1
- package/lib/typescript/protocols/blockchain.d.ts +1 -1
- package/package.json +1 -1
- package/src/interfaces/fulaNativeModule.ts +141 -141
- package/src/protocols/blockchain.ts +576 -576
package/android/build.gradle
CHANGED
|
@@ -94,7 +94,7 @@ dependencies {
|
|
|
94
94
|
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
|
|
95
95
|
//noinspection GradleDynamicVersion
|
|
96
96
|
implementation "com.facebook.react:react-native:+"
|
|
97
|
-
implementation 'com.github.functionland:fula-build-aar:v1.
|
|
97
|
+
implementation 'com.github.functionland:fula-build-aar:v1.39.0' // From jitpack.io
|
|
98
98
|
implementation 'com.github.functionland:wnfs-android:v1.8.1' // From jitpack.io
|
|
99
99
|
implementation 'commons-io:commons-io:20030203.000550'
|
|
100
100
|
implementation 'commons-codec:commons-codec:1.15'
|