Skip to content

Commit beae82d

Browse files
Merge pull request #179 from smallcase/dhruv/imr-changes
Dhruv/imr changes
2 parents e228294 + 0f7c5a0 commit beae82d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149149
dependencies {
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
}

react-native-smallcase-gateway.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
3939
end

0 commit comments

Comments
 (0)