Skip to content

Commit 85dc28a

Browse files
Release/7.0.3 (#62)
* build(iOS): v+ scg: 7.1.1 * build(android): v+ scg: 6.0.3 * chore(prod): scg: 7.0.3, si: 3.0.5 * chore: native version bump scg-v6.0.4, loan(android)-5.0.0, loan(ios)-7.0.0 --------- Co-authored-by: Sourav Ganguly (isouravganguly) <sourav.ganguly@smallcase.com>
1 parent e9cb471 commit 85dc28a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

loans/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ android {
6464

6565
dependencies {
6666
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
67-
implementation 'com.smallcase.loans:sdk:4.0.0'
67+
implementation 'com.smallcase.loans:sdk:5.0.0'
6868
}

loans/ios/scloans.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ A new flutter plugin project.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2222
s.swift_version = '5.0'
2323

24-
s.dependency 'SCLoans', '6.0.2'
24+
s.dependency 'SCLoans', '7.0.0'
2525
end

scgateway/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ android {
6464

6565
dependencies {
6666
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
67-
implementation 'com.smallcase.gateway:sdk:6.0.2'
67+
implementation 'com.smallcase.gateway:sdk:6.0.4'
6868
}

scgateway/ios/scgateway_flutter_plugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Scgateway Flutter plugin.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'SCGateway', '7.1.0'
18+
s.dependency 'SCGateway', '7.1.1'
1919
s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'}
2020
s.vendored_frameworks = 'SCGateway.xcframework'
2121
s.platform = :ios, '13.0'

scgateway/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scgateway_flutter_plugin
22
description: Scgateway Flutter plugin.
3-
version: 7.0.2
3+
version: 7.0.3
44
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
55

66
# The following line prevents the package from being accidentally published to

smart_investing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 3.0.4
19+
version: 3.0.5
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)