diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b32f005..654e7893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.3.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.2...v4.3.3) (2024-12-11) + ### [4.3.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1...v4.3.2) (2024-11-20) ### [4.3.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1-beta-2...v4.3.1) (2024-10-23) diff --git a/android/build.gradle b/android/build.gradle index a67b200b..bb34e384 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -150,7 +150,7 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules implementation 'com.smallcase.gateway:sdk:4.2.2' - implementation 'com.smallcase.loans:sdk:3.1.0' + implementation 'com.smallcase.loans:sdk:3.1.1' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/package.json b/package.json index a4e8a8f6..a76444e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "4.3.2", + "version": "4.3.3", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index f5f662bc..71c29e28 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,6 +33,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '4.1.0' - s.dependency 'SCLoans', '3.1.0' + s.dependency 'SCGateway', '4.1.1' + s.dependency 'SCLoans', '3.1.2' end