diff --git a/CHANGELOG.md b/CHANGELOG.md index 098dbdb2..8205f987 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. +### [7.3.9](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.8...v7.3.9) (2026-05-07) + ### [7.3.8](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.8) (2026-04-23) ### [7.3.7](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.7) (2026-04-09) diff --git a/android/build.gradle b/android/build.gradle index c0c813f2..539ef210 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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:6.0.8' + implementation 'com.smallcase.gateway:sdk:6.0.9' implementation 'com.smallcase.loans:sdk:5.1.2' 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 232b0b0a..3a06b6ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "7.3.8", + "version": "7.3.9", "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 4ba16d73..e1c1aae8 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '7.1.7' + s.dependency 'SCGateway', '7.1.8' s.dependency 'SCLoans', '7.1.2' end