Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:4.0.2'
implementation 'com.smallcase.gateway:sdk:4.0.3'
implementation 'com.smallcase.loans:sdk:3.0.2'
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ install! 'cocoapods', :deterministic_uuids => false

ENV['RCT_NEW_ARCH_ENABLED'] = '0'

# source '[email protected]:smallcase/cocoapodspecs.git'
source 'https://github.com/smallcase/cocoapodspec-internal.git'
source 'https://github.com/smallcase/las-cocoapodspec-internal.git'
source '[email protected]:smallcase/cocoapodspecs.git'
#source 'https://github.com/smallcase/cocoapodspecs.git'
# source 'https://github.com/smallcase/las-cocoapodspec-internal.git'
source 'https://cdn.cocoapods.org'

target 'SmallcaseGatewayExample' do
Expand Down
Loading
Loading