Skip to content

Commit b86369c

Browse files
Merge pull request #60 from smallcase/release/scg-7.0.2
Release/scg 7.0.2
2 parents 958e466 + c0c0f6e commit b86369c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.1'
67+
implementation 'com.smallcase.gateway:sdk:6.0.2'
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.0.1'
18+
s.dependency 'SCGateway', '7.1.0'
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.1
3+
version: 7.0.2
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.3
19+
version: 3.0.4
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)