From 2c70d6fff4aa192d675c21f7c7b3421fab0c3add Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Thu, 19 Mar 2026 19:23:45 +0530 Subject: [PATCH 1/3] bump up gateway iOS SDK version to 7.1.4 --- 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 7ae2b93..deafa0a 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.2' + s.dependency 'SCGateway', '7.1.4' s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'} s.vendored_frameworks = 'SCGateway.xcframework' s.platform = :ios, '13.0' From 3f3e9bfca6a5cecb6b4af727303dcd2b365fccb1 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Thu, 19 Mar 2026 19:24:01 +0530 Subject: [PATCH 2/3] bump up gateway android SDK version to 6.0.5 --- 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 1dff76e..4a06427 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.4' + implementation 'com.smallcase.gateway:sdk:6.0.5' } From 8ce70d010e2f110bb38bf7129ccb775d25388208 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Thu, 19 Mar 2026 19:24:27 +0530 Subject: [PATCH 3/3] chore(prod): scg: 7.0.5, si: 3.0.7 --- 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 f85f3ed..2ad17fa 100644 --- a/scgateway/pubspec.yaml +++ b/scgateway/pubspec.yaml @@ -1,6 +1,6 @@ name: scgateway_flutter_plugin description: Scgateway Flutter plugin. -version: 7.0.4 +version: 7.0.5 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 5adf5b3..ce8a433 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.6 +version: 3.0.7 environment: sdk: ^3.8.1