Skip to content

Commit 859dd16

Browse files
chore(prod): 4.0.3
1 parent 8992384 commit 859dd16

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ 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-internal:4.0.2-3165-releaseDebug'
152+
implementation 'com.smallcase.gateway:sdk:4.0.3'
153153
implementation 'com.smallcase.loans:sdk:3.0.2'
154154
implementation "androidx.core:core-ktx:1.3.1"
155155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

example/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ install! 'cocoapods', :deterministic_uuids => false
66

77
ENV['RCT_NEW_ARCH_ENABLED'] = '0'
88

9-
# source 'git@github.com:smallcase/cocoapodspecs.git'
10-
source 'https://github.com/smallcase/cocoapodspec-internal.git'
9+
source 'git@github.com:smallcase/cocoapodspecs.git'
10+
#source 'https://github.com/smallcase/cocoapodspecs.git'
1111
# source 'https://github.com/smallcase/las-cocoapodspec-internal.git'
1212
source 'https://cdn.cocoapods.org'
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-smallcase-gateway",
33
"title": "React Native Smallcase Gateway",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

react-native-smallcase-gateway.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Pod::Spec.new do |s|
3333
s.dependency "ReactCommon/turbomodule/core"
3434
end
3535

36-
s.dependency 'SCGateway-internal', '4.0.0-373-release'
36+
s.dependency 'SCGateway', '4.0.1'
3737
s.dependency 'SCLoans', '3.0.0'
3838
end

0 commit comments

Comments
 (0)