Skip to content

Commit

Permalink
Merge pull request #72 from smallcase/release/4.0.3
Browse files Browse the repository at this point in the history
Release/4.0.3
  • Loading branch information
indrajit-roy-sc authored Aug 12, 2024
2 parents 51fbf54 + 859dd16 commit d7262bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 598 deletions.
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

0 comments on commit d7262bd

Please sign in to comment.