Skip to content

Commit 7c49c62

Browse files
chore(prod): scg-3.0.0+4_loans-1.0.0+4
1 parent 25d5d90 commit 7c49c62

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apply plugin: 'com.android.library'
3939
apply plugin: 'kotlin-android'
4040

4141
android {
42-
compileSdkVersion 29
42+
compileSdkVersion 33
4343

4444
sourceSets {
4545
main.java.srcDirs += 'src/main/kotlin'
@@ -62,5 +62,5 @@ android {
6262
dependencies {
6363
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6464

65-
implementation "com.smallcase.gateway:sdk:3.13.1"
65+
implementation "com.smallcase.gateway:sdk:4.0.0"
6666
}

example/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_example
22
description: The scgateway_flutter_plugin is used to communicate with the smallcase Gateway SDK.
3-
version: 2.3.1+92
3+
version: 3.0.0+92
44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `pub publish`. This is preferred for private packages.
66
#publish_to: 'none' # Remove this line if you wish to publish to pub.dev

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', '3.12.0'
18+
s.dependency 'SCGateway', '4.0.0'
1919
s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'}
2020
s.vendored_frameworks = 'SCGateway.xcframework'
2121
s.platform = :ios, '11.0'

loans/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ apply plugin: 'kotlin-android'
4040

4141

4242
android {
43-
compileSdkVersion 29
43+
compileSdkVersion 33
4444

4545
sourceSets {
4646
main.java.srcDirs += 'src/main/kotlin'
@@ -55,5 +55,5 @@ android {
5555

5656
dependencies {
5757
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
58-
implementation "com.smallcase.loans:sdk:2.1.4"
58+
implementation "com.smallcase.loans:sdk:3.0.0"
5959
}

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', '2.1.0'
24+
s.dependency 'SCLoans', '3.0.0'
2525
end

loans/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scloans
22
description: Scloans flutter plugin.
3-
version: 0.1.0+3
3+
version: 1.0.0+4
44
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
55

66
environment:

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: 2.4.0+3
3+
version: 3.0.0+4
44
55
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
66

0 commit comments

Comments
 (0)