File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149149dependencies {
150150 // noinspection GradleDynamicVersion
151151 implementation ' com.facebook.react:react-native:+' // From node_modules
152- implementation ' com.smallcase.gateway:sdk:6.0.7 '
153- implementation ' com.smallcase.loans:sdk:5.1.2 '
152+ implementation ' com.smallcase.gateway:sdk:6.0.9 '
153+ implementation ' com.smallcase.loans:sdk:5.1.1 '
154154 implementation " androidx.core:core-ktx:1.3.1"
155155 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
156156}
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ Pod::Spec.new do |s|
3434 s . dependency "ReactCommon/turbomodule/core"
3535 end
3636
37- s . dependency 'SCGateway' , '7.1.7 '
38- s . dependency 'SCLoans' , '7.1.2 '
37+ s . dependency 'SCGateway' , '7.1.8 '
38+ s . dependency 'SCLoans' , '7.1.1 '
3939end
You can’t perform that action at this time.
0 commit comments