From 46cba76c402575c581a8c427c9f8d0aefe7e36bb Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Wed, 11 Feb 2026 14:33:49 +0530 Subject: [PATCH 1/4] build(iOS): v+ scg: 7.1.1 --- scgateway/ios/scgateway_flutter_plugin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scgateway/ios/scgateway_flutter_plugin.podspec b/scgateway/ios/scgateway_flutter_plugin.podspec index e42e12b..9691862 100644 --- a/scgateway/ios/scgateway_flutter_plugin.podspec +++ b/scgateway/ios/scgateway_flutter_plugin.podspec @@ -15,7 +15,7 @@ Scgateway Flutter plugin. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'SCGateway', '7.1.0' + s.dependency 'SCGateway', '7.1.1' s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'} s.vendored_frameworks = 'SCGateway.xcframework' s.platform = :ios, '13.0' From 309d78971a1cd65268e687c53ba4c48175c0cb40 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Wed, 11 Feb 2026 14:34:25 +0530 Subject: [PATCH 2/4] build(android): v+ scg: 6.0.3 --- scgateway/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scgateway/android/build.gradle b/scgateway/android/build.gradle index 30b1012..4dc0cc4 100644 --- a/scgateway/android/build.gradle +++ b/scgateway/android/build.gradle @@ -64,5 +64,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.smallcase.gateway:sdk:6.0.2' + implementation 'com.smallcase.gateway:sdk:6.0.3' } From 04fb6b34d2366b096f98805187321a9a66600698 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Wed, 11 Feb 2026 14:35:51 +0530 Subject: [PATCH 3/4] chore(prod): scg: 7.0.3, si: 3.0.5 --- scgateway/pubspec.yaml | 2 +- smart_investing/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scgateway/pubspec.yaml b/scgateway/pubspec.yaml index f1519c8..b8f5074 100644 --- a/scgateway/pubspec.yaml +++ b/scgateway/pubspec.yaml @@ -1,6 +1,6 @@ name: scgateway_flutter_plugin description: Scgateway Flutter plugin. -version: 7.0.2 +version: 7.0.3 homepage: https://github.com/smallcase/gw-mob-sdk-flutter # The following line prevents the package from being accidentally published to diff --git a/smart_investing/pubspec.yaml b/smart_investing/pubspec.yaml index 60af5e5..6f89a55 100644 --- a/smart_investing/pubspec.yaml +++ b/smart_investing/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 3.0.4 +version: 3.0.5 environment: sdk: ^3.8.1 From 7ac3e4c35510d4fe15995d1d145b6a9b331bdb44 Mon Sep 17 00:00:00 2001 From: "Sourav Ganguly (isouravganguly)" Date: Fri, 13 Feb 2026 10:39:06 +0530 Subject: [PATCH 4/4] chore: native version bump scg-v6.0.4, loan(android)-5.0.0, loan(ios)-7.0.0 --- loans/android/build.gradle | 2 +- loans/ios/scloans.podspec | 2 +- scgateway/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/loans/android/build.gradle b/loans/android/build.gradle index 9389223..770b455 100644 --- a/loans/android/build.gradle +++ b/loans/android/build.gradle @@ -64,5 +64,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.smallcase.loans:sdk:4.0.0' + implementation 'com.smallcase.loans:sdk:5.0.0' } diff --git a/loans/ios/scloans.podspec b/loans/ios/scloans.podspec index 56f1dbd..1d73c96 100644 --- a/loans/ios/scloans.podspec +++ b/loans/ios/scloans.podspec @@ -21,5 +21,5 @@ A new flutter plugin project. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } s.swift_version = '5.0' - s.dependency 'SCLoans', '6.0.2' + s.dependency 'SCLoans', '7.0.0' end diff --git a/scgateway/android/build.gradle b/scgateway/android/build.gradle index 4dc0cc4..1dff76e 100644 --- a/scgateway/android/build.gradle +++ b/scgateway/android/build.gradle @@ -64,5 +64,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.smallcase.gateway:sdk:6.0.3' + implementation 'com.smallcase.gateway:sdk:6.0.4' }