File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ 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:3.13.1-3155-releaseDebug '
153
- implementation ' com.smallcase.loans:sdk:2.1.5-54-releaseDebug '
152
+ implementation ' com.smallcase.gateway:sdk:4.0.0 '
153
+ implementation ' com.smallcase.loans:sdk:3.0.0 '
154
154
implementation " androidx.core:core-ktx:1.3.1"
155
155
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
156
156
}
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 ' , '3.12.0-366 '
37
- s . dependency 'SCLoans-internal ' , '2.1.1-17 '
36
+ s . dependency 'SCGateway' , '4.0.0 '
37
+ s . dependency 'SCLoans' , '3.0.0 '
38
38
end
You can’t perform that action at this time.
0 commit comments