From 6dc4026b3dc586c8cccc70ef857ae2e141f8be17 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Wed, 1 Apr 2026 13:03:45 +0530 Subject: [PATCH 1/3] bump up gateway sdk versions for IMR_SETUP --- android/build.gradle | 2 +- react-native-smallcase-gateway.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 7f881a44..17eff9ba 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:6.0.6' + implementation 'com.smallcase.gateway:sdk-dhruv-imr-changes-2d6041a:6.0.5-3186-release' implementation 'com.smallcase.loans:sdk:5.1.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 e76e092a..ebfc77b0 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '7.1.7' + s.dependency 'SCGateway-dhruv-imr-changes-e2326a0', '7.1.3-22-debug' s.dependency 'SCLoans', '7.1.1' end From 0c5cc8517b17cb8283eca6eafd6427909b680db0 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Wed, 15 Apr 2026 13:09:19 +0530 Subject: [PATCH 2/3] bump up gateway stag sdk versions for IMR_SETUP --- android/build.gradle | 2 +- react-native-smallcase-gateway.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 17eff9ba..4a302aeb 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-dhruv-imr-changes-2d6041a:6.0.5-3186-release' + implementation 'com.smallcase.gateway:sdk-dhruv-imr-changes-1479b3f:6.0.5-3187-release' implementation 'com.smallcase.loans:sdk:5.1.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 ebfc77b0..3e574da1 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway-dhruv-imr-changes-e2326a0', '7.1.3-22-debug' + s.dependency 'SCGateway-dhruv-imr-changes-8313d6a', '7.1.3-24-debug' s.dependency 'SCLoans', '7.1.1' end From 7ca90986e73a8831de5e275158d4a29e805a97f1 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Tue, 5 May 2026 12:42:41 +0530 Subject: [PATCH 3/3] bump up gw nation android, iOS versions to 6.0.9 & 7.1.8 --- android/build.gradle | 2 +- react-native-smallcase-gateway.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 4a302aeb..3032a93f 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-dhruv-imr-changes-1479b3f:6.0.5-3187-release' + implementation 'com.smallcase.gateway:sdk:6.0.9' implementation 'com.smallcase.loans:sdk:5.1.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 3e574da1..310c95d3 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway-dhruv-imr-changes-8313d6a', '7.1.3-24-debug' + s.dependency 'SCGateway-dhruv-imr-changes-8313d6a', '7.1.8' s.dependency 'SCLoans', '7.1.1' end