Skip to content

Commit 5009da4

Browse files
committed
updated go-fula version
1 parent 30ce87b commit 5009da4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
9999
//noinspection GradleDynamicVersion
100100
implementation "com.facebook.react:react-android:+"
101-
implementation 'com.github.functionland:fula-build-aar:v1.55.11' // From jitpack.io
101+
implementation 'com.github.functionland:fula-build-aar:v1.55.15' // From jitpack.io
102102
implementation 'com.github.functionland:wnfs-android:v1.8.2' // From jitpack.io
103103
implementation 'commons-io:commons-io:20030203.000550'
104104
implementation 'commons-codec:commons-codec:1.16.0'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-native-fula.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
3838
s.dependency "ReactCommon/turbomodule/core"
3939
end
4040
end
41-
s.dependency 'Fula','~> 1.55.2'
41+
s.dependency 'Fula','~> 1.55.15'
4242
s.dependency "Wnfs", "1.1.1"
4343
s.dependency 'CryptoSwift', '~> 1.7.1'
4444
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

0 commit comments

Comments
 (0)