Skip to content

Commit efb1089

Browse files
Merge pull request #181 from smallcase/dhruv/resolve-merge-conflict
Dhruv/resolve merge conflict
2 parents beae82d + a33fb56 commit efb1089

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3.8](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.8) (2026-04-23)
6+
57
### [7.3.7](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.7) (2026-04-09)
68

79
### [7.3.6](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.5...v7.3.6) (2026-04-01)

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.0.9'
153-
implementation 'com.smallcase.loans:sdk:5.1.1'
153+
implementation 'com.smallcase.loans:sdk:5.1.2'
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.3.7",
4+
"version": "7.3.8",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

react-native-smallcase-gateway.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Pod::Spec.new do |s|
3535
end
3636

3737
s.dependency 'SCGateway', '7.1.8'
38-
s.dependency 'SCLoans', '7.1.1'
38+
s.dependency 'SCLoans', '7.1.2'
3939
end

0 commit comments

Comments
 (0)