@functionland/react-native-fula 1.54.35 → 1.55.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 +2 -2
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -99,8 +99,8 @@ dependencies {
|
|
|
99
99
|
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
|
|
100
100
|
//noinspection GradleDynamicVersion
|
|
101
101
|
implementation "com.facebook.react:react-android:+"
|
|
102
|
-
implementation 'com.github.functionland:fula-build-aar:v1.
|
|
103
|
-
implementation 'com.github.functionland:wnfs-android:v1.8.
|
|
102
|
+
implementation 'com.github.functionland:fula-build-aar:v1.55.0' // From jitpack.io
|
|
103
|
+
implementation 'com.github.functionland:wnfs-android:v1.8.2' // From jitpack.io
|
|
104
104
|
implementation 'commons-io:commons-io:20030203.000550'
|
|
105
105
|
implementation 'commons-codec:commons-codec:1.15'
|
|
106
106
|
// implementation files('mobile.aar')
|
package/package.json
CHANGED