Skip to content

Commit d7262bd

Browse files
Merge pull request #72 from smallcase/release/4.0.3
Release/4.0.3
2 parents 51fbf54 + 859dd16 commit d7262bd

File tree

5 files changed

+6
-598
lines changed

5 files changed

+6
-598
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:4.0.2'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ install! 'cocoapods', :deterministic_uuids => false
66

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

9-
# source '[email protected]:smallcase/cocoapodspecs.git'
10-
source 'https://github.com/smallcase/cocoapodspec-internal.git'
11-
source 'https://github.com/smallcase/las-cocoapodspec-internal.git'
9+
source '[email protected]:smallcase/cocoapodspecs.git'
10+
#source 'https://github.com/smallcase/cocoapodspecs.git'
11+
# source 'https://github.com/smallcase/las-cocoapodspec-internal.git'
1212
source 'https://cdn.cocoapods.org'
1313

1414
target 'SmallcaseGatewayExample' do

0 commit comments

Comments
 (0)