From 859dd167a119817784e8ebe5a3d6e7462eef1752 Mon Sep 17 00:00:00 2001 From: aaditya singh Date: Mon, 12 Aug 2024 14:01:28 +0530 Subject: [PATCH] chore(prod): 4.0.3 --- android/build.gradle | 2 +- example/ios/Podfile | 4 ++-- package.json | 2 +- react-native-smallcase-gateway.podspec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 91693c85..d6736209 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion') dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules - implementation 'com.smallcase.gateway:sdk-internal:4.0.2-3165-releaseDebug' + implementation 'com.smallcase.gateway:sdk:4.0.3' implementation 'com.smallcase.loans:sdk:3.0.2' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" diff --git a/example/ios/Podfile b/example/ios/Podfile index b6b52c12..00028252 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -6,8 +6,8 @@ install! 'cocoapods', :deterministic_uuids => false ENV['RCT_NEW_ARCH_ENABLED'] = '0' -# source 'git@github.com:smallcase/cocoapodspecs.git' -source 'https://github.com/smallcase/cocoapodspec-internal.git' + source 'git@github.com:smallcase/cocoapodspecs.git' +#source 'https://github.com/smallcase/cocoapodspecs.git' # source 'https://github.com/smallcase/las-cocoapodspec-internal.git' source 'https://cdn.cocoapods.org' diff --git a/package.json b/package.json index bad094f3..6a566c3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "4.0.2", + "version": "4.0.3", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index da61d7d8..0a252df8 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,6 +33,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway-internal', '4.0.0-373-release' + s.dependency 'SCGateway', '4.0.1' s.dependency 'SCLoans', '3.0.0' end