Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion loans/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion loans/ios/scloans.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scgateway/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.4'
}
2 changes: 1 addition & 1 deletion scgateway/ios/scgateway_flutter_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion scgateway/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion smart_investing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down