diff --git a/android/build.gradle b/android/build.gradle index 1440939..29dab4f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,7 +38,7 @@ def getExtOrIntegerDefault(name) { } // Update this value to the latest Android SDK version published on Maven -def transact_version = "3.11.8" +def transact_version = "3.11.9" android { namespace "com.atomicfi.transactreactnative" diff --git a/atomicfi-transact-react-native.podspec b/atomicfi-transact-react-native.podspec index a39a48b..4e64dec 100644 --- a/atomicfi-transact-react-native.podspec +++ b/atomicfi-transact-react-native.podspec @@ -20,13 +20,13 @@ Pod::Spec.new do |s| # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79. if respond_to?(:install_modules_dependencies, true) install_modules_dependencies(s) - s.dependency "AtomicSDK", "3.20.6" + s.dependency "AtomicSDK", "3.20.7" s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES", } else s.dependency "React-Core" - s.dependency "AtomicSDK", "3.20.6" + s.dependency "AtomicSDK", "3.20.7" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then