Skip to content

Commit

Permalink
Merge pull request #56 from smallcase/release/3.0.1
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
indrajit-roy-sc authored Apr 24, 2024
2 parents 1f20741 + f1033a1 commit b69bcf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:3.12.2'
implementation 'com.smallcase.gateway:sdk:3.12.3'
implementation 'com.smallcase.loans:sdk:2.1.1'
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
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": "3.0.0",
"version": "3.0.1",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end

s.dependency 'SCGateway', '3.11.2'
s.dependency 'SCGateway', '3.11.3'
s.dependency 'SCLoans', '2.1.0'
end

0 comments on commit b69bcf6

Please sign in to comment.