diff --git a/loans/android/build.gradle b/loans/android/build.gradle index 3d16abf..9389223 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:3.1.1" + implementation 'com.smallcase.loans:sdk:4.0.0' } diff --git a/loans/ios/scloans.podspec b/loans/ios/scloans.podspec index 3c3de3f..195909b 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', '6.0.0' + s.dependency 'SCLoans', '6.0.1' end diff --git a/loans/pubspec.yaml b/loans/pubspec.yaml index 7e07238..ce54b76 100644 --- a/loans/pubspec.yaml +++ b/loans/pubspec.yaml @@ -1,6 +1,6 @@ name: scloans description: Scloans flutter plugin. -version: 4.0.0 +version: 5.0.0 homepage: https://github.com/smallcase/gw-mob-sdk-flutter environment: diff --git a/scgateway/android/build.gradle b/scgateway/android/build.gradle index 88f4898..460804e 100644 --- a/scgateway/android/build.gradle +++ b/scgateway/android/build.gradle @@ -64,6 +64,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - - implementation "com.smallcase.gateway:sdk:4.4.0" + implementation 'com.smallcase.gateway:sdk:5.0.0' } diff --git a/scgateway/ios/scgateway_flutter_plugin.podspec b/scgateway/ios/scgateway_flutter_plugin.podspec index 64ad633..89910e8 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', '6.0.0' + s.dependency 'SCGateway', '6.1.0' s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'} s.vendored_frameworks = 'SCGateway.xcframework' s.platform = :ios, '13.0' diff --git a/scgateway/pubspec.yaml b/scgateway/pubspec.yaml index a7aa784..83d5358 100644 --- a/scgateway/pubspec.yaml +++ b/scgateway/pubspec.yaml @@ -1,6 +1,6 @@ name: scgateway_flutter_plugin description: Scgateway Flutter plugin. -version: 5.2.0 +version: 6.0.0 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 ed2ad1e..8371de9 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: 2.2.0 +version: 3.0.0 environment: sdk: ^3.8.1