Skip to content

Commit

Permalink
chore(prod): 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditya-smallcase committed Aug 12, 2024
1 parent 8992384 commit 859dd16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-internal:4.0.2-3165-releaseDebug'
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
4 changes: 2 additions & 2 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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 '[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'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-smallcase-gateway",
"title": "React Native Smallcase Gateway",
"version": "4.0.2",
"version": "4.0.3",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end

s.dependency 'SCGateway-internal', '4.0.0-373-release'
s.dependency 'SCGateway', '4.0.1'
s.dependency 'SCLoans', '3.0.0'
end

0 comments on commit 859dd16

Please sign in to comment.