diff --git a/loans/CHANGELOG.md b/loans/CHANGELOG.md index c245d83..e3e4154 100644 --- a/loans/CHANGELOG.md +++ b/loans/CHANGELOG.md @@ -1,7 +1,17 @@ +## 5.1.2 + +- Update Android and iOS native SDK dependencies for the 5.1.2 release. +- Improved SDK launch experience +- SDK opens Topup-application from service-dashboard + +## 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 diff --git a/loans/android/build.gradle b/loans/android/build.gradle index 6ca39ff..c9e54cb 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.1.1' + implementation 'com.smallcase.loans:sdk:5.1.2' } diff --git a/loans/ios/scloans.podspec b/loans/ios/scloans.podspec index 80f3f0f..1aff461 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', '7.1.1' + s.dependency 'SCLoans', '7.1.2' end diff --git a/loans/pubspec.yaml b/loans/pubspec.yaml index a3fae3d..3deff7d 100644 --- a/loans/pubspec.yaml +++ b/loans/pubspec.yaml @@ -1,6 +1,6 @@ name: scloans description: Scloans flutter plugin. -version: 5.1.1 +version: 5.1.2 homepage: https://github.com/smallcase/gw-mob-sdk-flutter environment: diff --git a/smart_investing/ios/Flutter/AppFrameworkInfo.plist b/smart_investing/ios/Flutter/AppFrameworkInfo.plist index 7c56964..1dc6cf7 100644 --- a/smart_investing/ios/Flutter/AppFrameworkInfo.plist +++ b/smart_investing/ios/Flutter/AppFrameworkInfo.plist @@ -21,6 +21,6 @@ CFBundleVersion 1.0 MinimumOSVersion - 12.0 + 13.0 diff --git a/smart_investing/ios/Podfile.lock b/smart_investing/ios/Podfile.lock index 5688906..165f0e2 100644 --- a/smart_investing/ios/Podfile.lock +++ b/smart_investing/ios/Podfile.lock @@ -6,14 +6,14 @@ PODS: - mixpanel_flutter (2.4.4): - Flutter - Mixpanel-swift (= 5.1.0) - - SCGateway (6.0.0) + - SCGateway (7.1.7) - scgateway_flutter_plugin (0.0.1): - Flutter - - SCGateway (= 6.0.0) + - SCGateway (= 7.1.7) - scloans (0.0.1): - Flutter - - SCLoans (= 6.0.0) - - SCLoans (6.0.0) + - SCLoans (= 7.1.2) + - SCLoans (7.1.2) DEPENDENCIES: - Flutter (from `Flutter`) @@ -38,13 +38,13 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/scloans/ios" SPEC CHECKSUMS: - Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 + Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8 mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5 - SCGateway: f502f44122537b777861093ef97f67ccc311d4d0 - scgateway_flutter_plugin: 6cc6404fbc946cbf9b87f40277d9a11ab3c97422 - SCLoans: 9ec42243b84ba0c04564ee99f27c423c82a6b723 - scloans: 167ea92ebc32e70aa3560dc671153d7f421f02ca + SCGateway: a0f1bc86e449c7d440d8661e0936095b6f345179 + scgateway_flutter_plugin: 604e1c130e22438e5243d8b841c97f06edff01be + SCLoans: 4accc0a0a483f3943cc513a50800485201fed4dd + scloans: b53430d71d481c4770f13506722d2ab6d26a92ff PODFILE CHECKSUM: 32b0659ca3529b1ef2c9e5c229290749c8c79710 diff --git a/smart_investing/ios/Runner.xcodeproj/project.pbxproj b/smart_investing/ios/Runner.xcodeproj/project.pbxproj index b9bc85c..d681ad1 100644 --- a/smart_investing/ios/Runner.xcodeproj/project.pbxproj +++ b/smart_investing/ios/Runner.xcodeproj/project.pbxproj @@ -454,7 +454,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -586,7 +586,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -637,7 +637,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; diff --git a/smart_investing/pubspec.lock b/smart_investing/pubspec.lock index 0e8f0e3..669bd2b 100644 --- a/smart_investing/pubspec.lock +++ b/smart_investing/pubspec.lock @@ -372,26 +372,26 @@ packages: dependency: transitive description: name: leak_tracker - sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0" + sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de" url: "https://pub.dev" source: hosted - version: "10.0.9" + version: "11.0.2" leak_tracker_flutter_testing: dependency: transitive description: name: leak_tracker_flutter_testing - sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573 + sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1" url: "https://pub.dev" source: hosted - version: "3.0.9" + version: "3.0.10" leak_tracker_testing: dependency: transitive description: name: leak_tracker_testing - sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3" + sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1" url: "https://pub.dev" source: hosted - version: "3.0.1" + version: "3.0.2" lints: dependency: transitive description: @@ -518,14 +518,14 @@ packages: path: "../scgateway" relative: true source: path - version: "5.1.0" + version: "7.0.6" scloans: dependency: "direct main" description: path: "../loans" relative: true source: path - version: "4.0.0" + version: "5.1.2" shelf: dependency: transitive description: @@ -607,10 +607,10 @@ packages: dependency: transitive description: name: test_api - sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd + sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" url: "https://pub.dev" source: hosted - version: "0.7.4" + version: "0.7.6" timing: dependency: transitive description: @@ -631,10 +631,10 @@ packages: dependency: transitive description: name: vector_math - sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b url: "https://pub.dev" source: hosted - version: "2.1.4" + version: "2.2.0" vm_service: dependency: transitive description: