From 5c4ca27c15f99a6fc37ae017018897ba48bc88d7 Mon Sep 17 00:00:00 2001 From: "Sourav Ganguly (isouravganguly)" Date: Mon, 16 Mar 2026 14:58:42 +0530 Subject: [PATCH 1/3] release(prod): loan version 5.1.1 --- loans/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/loans/CHANGELOG.md b/loans/CHANGELOG.md index c245d83..f6b544c 100644 --- a/loans/CHANGELOG.md +++ b/loans/CHANGELOG.md @@ -1,7 +1,11 @@ +## 5.1.1 + +- Update Android and iOS native SDK dependencies for the 5.1.1 release. + ## 5.0.1 -* Update Android and iOS native SDK dependencies for the 5.0.1 release. +- Update Android and iOS native SDK dependencies for the 5.0.1 release. ## 0.0.1 -* Introducing loans from smallcase +- Introducing loans from smallcase From eb0aefe6e8b6c8956a781410b8016450c0356459 Mon Sep 17 00:00:00 2001 From: "Sourav Ganguly (isouravganguly)" Date: Sun, 12 Jul 2026 22:32:38 +0530 Subject: [PATCH 2/3] chore: update Loans and Gateway native SDKs --- loans/CHANGELOG.md | 5 +++++ loans/android/build.gradle | 2 +- loans/ios/scloans.podspec | 4 +--- loans/pubspec.yaml | 2 +- scgateway/android/build.gradle | 2 +- smart_investing/android/app/build.gradle.kts | 2 ++ smart_investing/ios/Podfile.lock | 20 ++++++++++++++++---- smart_investing/pubspec.lock | 14 +++++++------- 8 files changed, 34 insertions(+), 17 deletions(-) diff --git a/loans/CHANGELOG.md b/loans/CHANGELOG.md index 47d0c5a..d6251ba 100644 --- a/loans/CHANGELOG.md +++ b/loans/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.3.0 + +- Update Android native SDK dependency to 5.2.1 and iOS native SDK dependency to 7.3.0. +- Add `colorScheme` param for dark-theme LAS launch. + ## 5.2.0 - Update iOS native SDK dependency to 7.2.0. diff --git a/loans/android/build.gradle b/loans/android/build.gradle index d6f2cad..d46de83 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-sourav-native-dark-theme-cb54bf9:5.1.4-92-release' + implementation 'com.smallcase.loans:sdk:5.2.1' } diff --git a/loans/ios/scloans.podspec b/loans/ios/scloans.podspec index cd118af..5e4a2bb 100644 --- a/loans/ios/scloans.podspec +++ b/loans/ios/scloans.podspec @@ -19,7 +19,5 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } s.swift_version = '5.0' - # INTERNAL TEST PIN: dark-theme branch build (mirrors the android/build.gradle pin). - # Revert to: s.dependency 'SCLoans', '7.2.0' - s.dependency 'SCLoans-sourav-native-dark-theme-37c97d9', '7.1.2-45-release' + s.dependency 'SCLoans', '7.3.0' end diff --git a/loans/pubspec.yaml b/loans/pubspec.yaml index c4f1cd6..4b4469a 100644 --- a/loans/pubspec.yaml +++ b/loans/pubspec.yaml @@ -1,6 +1,6 @@ name: scloans description: Scloans flutter plugin. -version: 5.2.0 +version: 5.3.0 homepage: https://github.com/smallcase/gw-mob-sdk-flutter environment: diff --git a/scgateway/android/build.gradle b/scgateway/android/build.gradle index 3d3c819..f86dceb 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.1.0' + implementation 'com.smallcase.gateway:sdk:6.1.2' } diff --git a/smart_investing/android/app/build.gradle.kts b/smart_investing/android/app/build.gradle.kts index 840c770..595bc43 100644 --- a/smart_investing/android/app/build.gradle.kts +++ b/smart_investing/android/app/build.gradle.kts @@ -35,6 +35,8 @@ android { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. signingConfig = signingConfigs.getByName("debug") + isMinifyEnabled = true + isShrinkResources = true proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") } } diff --git a/smart_investing/ios/Podfile.lock b/smart_investing/ios/Podfile.lock index acb6fbb..f2fb99c 100644 --- a/smart_investing/ios/Podfile.lock +++ b/smart_investing/ios/Podfile.lock @@ -1,27 +1,37 @@ PODS: - Flutter (1.0.0) + - Mixpanel-swift (5.1.0): + - Mixpanel-swift/Complete (= 5.1.0) + - Mixpanel-swift/Complete (5.1.0) + - mixpanel_flutter (2.4.4): + - Flutter + - Mixpanel-swift (= 5.1.0) - SCGateway (7.2.0) - scgateway_flutter_plugin (0.0.1): - Flutter - SCGateway (= 7.2.0) - scloans (0.0.1): - Flutter - - SCLoans (= 7.2.0) - - SCLoans (7.2.0) + - SCLoans (= 7.3.0) + - SCLoans (7.3.0) DEPENDENCIES: - Flutter (from `Flutter`) + - mixpanel_flutter (from `.symlinks/plugins/mixpanel_flutter/ios`) - scgateway_flutter_plugin (from `.symlinks/plugins/scgateway_flutter_plugin/ios`) - scloans (from `.symlinks/plugins/scloans/ios`) SPEC REPOS: trunk: + - Mixpanel-swift - SCGateway - SCLoans EXTERNAL SOURCES: Flutter: :path: Flutter + mixpanel_flutter: + :path: ".symlinks/plugins/mixpanel_flutter/ios" scgateway_flutter_plugin: :path: ".symlinks/plugins/scgateway_flutter_plugin/ios" scloans: @@ -29,10 +39,12 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 + Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8 + mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5 SCGateway: 8089d79c55ecc8e7b581e0bf56fd28a2e3d957d0 scgateway_flutter_plugin: 2ab3f2036d213e2bc8c77cb34e9d8dc39541d458 - SCLoans: 1974bc8c1d1ccc563358f77b93ae5487aea4581a - scloans: 06213de501345920d82ea352cd082042426ee082 + SCLoans: 1effcdedc4be32992f5a1a08afa2b812827e5086 + scloans: 03206bb7f6d067e2fec5a9c0baa6b47188dca92a PODFILE CHECKSUM: 06f3d79628f5881e8468842b1f97f7d12c291209 diff --git a/smart_investing/pubspec.lock b/smart_investing/pubspec.lock index f4b370a..2f59a01 100644 --- a/smart_investing/pubspec.lock +++ b/smart_investing/pubspec.lock @@ -428,10 +428,10 @@ packages: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.0" mime: dependency: transitive description: @@ -518,14 +518,14 @@ packages: path: "../scgateway" relative: true source: path - version: "7.0.5" + version: "7.0.8" scloans: dependency: "direct main" description: path: "../loans" relative: true source: path - version: "5.1.1" + version: "5.3.0" shelf: dependency: transitive description: @@ -607,10 +607,10 @@ packages: dependency: transitive description: name: test_api - sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.10" + version: "0.7.11" timing: dependency: transitive description: @@ -676,5 +676,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.9.0-0 <4.0.0" + dart: ">=3.10.0-0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" From 79c20913e736956a7735b06fd3175651a94bf126 Mon Sep 17 00:00:00 2001 From: "Sourav Ganguly (isouravganguly)" Date: Thu, 30 Jul 2026 16:53:37 +0530 Subject: [PATCH 3/3] =?UTF-8?q?release(prod):=20scloans=205.4.0=20?= =?UTF-8?q?=E2=80=94=20bump=20Android=20native=20SCLoans=20to=205.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- loans/CHANGELOG.md | 4 ++++ loans/android/build.gradle | 2 +- loans/pubspec.yaml | 2 +- smart_investing/pubspec.lock | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/loans/CHANGELOG.md b/loans/CHANGELOG.md index d6251ba..d4e1783 100644 --- a/loans/CHANGELOG.md +++ b/loans/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.4.0 + +- Update Android native SDK dependency to 5.3.0. + ## 5.3.0 - Update Android native SDK dependency to 5.2.1 and iOS native SDK dependency to 7.3.0. diff --git a/loans/android/build.gradle b/loans/android/build.gradle index d46de83..6a3bf74 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:5.2.1' + implementation 'com.smallcase.loans:sdk:5.3.0' } diff --git a/loans/pubspec.yaml b/loans/pubspec.yaml index 4b4469a..30d815d 100644 --- a/loans/pubspec.yaml +++ b/loans/pubspec.yaml @@ -1,6 +1,6 @@ name: scloans description: Scloans flutter plugin. -version: 5.3.0 +version: 5.4.0 homepage: https://github.com/smallcase/gw-mob-sdk-flutter environment: diff --git a/smart_investing/pubspec.lock b/smart_investing/pubspec.lock index 2f59a01..495d6c9 100644 --- a/smart_investing/pubspec.lock +++ b/smart_investing/pubspec.lock @@ -525,7 +525,7 @@ packages: path: "../loans" relative: true source: path - version: "5.3.0" + version: "5.4.0" shelf: dependency: transitive description: