diff --git a/android/build.gradle b/android/build.gradle index 563e3bfb..74a8f118 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -148,7 +148,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion') dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules - implementation 'com.smallcase.gateway:sdk:3.11.0' + implementation 'com.smallcase.gateway:sdk:3.12.1' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index bf4b57c9..9d4bc2d3 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,5 +33,5 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '3.11.1' + s.dependency 'SCGateway', '3.11.2' end