File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149
149
dependencies {
150
150
// noinspection GradleDynamicVersion
151
151
implementation ' com.facebook.react:react-native:+' // From node_modules
152
- implementation ' com.smallcase.gateway:sdk-internal :4.1.2-3173-release '
152
+ implementation ' com.smallcase.gateway:sdk:4.2.0 '
153
153
implementation ' com.smallcase.loans:sdk:3.1.0'
154
154
implementation " androidx.core:core-ktx:1.3.1"
155
155
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ Pod::Spec.new do |s|
33
33
s . dependency "ReactCommon/turbomodule/core"
34
34
end
35
35
36
- s . dependency 'SCGateway-internal ' , '4.0.2-376-release '
36
+ s . dependency 'SCGateway' , '4.1.0 '
37
37
s . dependency 'SCLoans' , '3.1.0'
38
38
end
You can’t perform that action at this time.
0 commit comments