Skip to content
Open
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 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.4'
implementation 'com.smallcase.gateway:sdk-sourav-webview-mfhi-f21ad05:6.0.4-3185-release'
}
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.2'
s.dependency 'SCGateway-dhruv-mfhi-webview-flow-37e63b4', '7.1.3-21-debug'
s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'}
s.vendored_frameworks = 'SCGateway.xcframework'
s.platform = :ios, '13.0'
Expand Down
2 changes: 2 additions & 0 deletions smart_investing/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Saving your CAS QR code to Photos</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down