Skip to content

Commit dc1952f

Browse files
Merge pull request #198 from smallcase/release/v7.6.1
chore(android): bump Loans SDK to 5.3.1
2 parents 4883b70 + 2477b33 commit dc1952f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
### [7.6.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.6.0...v7.6.1) (2026-08-17)
6+
7+
### Improvements
8+
9+
* **android:** update Loans SDK to 5.3.1
10+
511
## [7.6.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.5.0...v7.6.0) (2026-07-31)
612

713

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
//noinspection GradleDynamicVersion
151151
implementation 'com.facebook.react:react-native:+' // From node_modules
152152
implementation 'com.smallcase.gateway:sdk:6.1.2'
153-
implementation 'com.smallcase.loans:sdk:5.3.0'
153+
implementation 'com.smallcase.loans:sdk:5.3.1'
154154
implementation "androidx.core:core-ktx:1.3.1"
155155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
156156
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-smallcase-gateway",
33
"title": "React Native Smallcase Gateway",
4-
"version": "7.6.0",
4+
"version": "7.6.1",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

0 commit comments

Comments
 (0)