react-native-smallcase-gateway 4.3.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
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
4
|
|
|
5
|
+
## [5.0.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.3...v5.0.0) (2025-01-21)
|
|
6
|
+
|
|
7
|
+
### [4.3.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.2...v4.3.3) (2024-12-11)
|
|
8
|
+
|
|
5
9
|
### [4.3.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1...v4.3.2) (2024-11-20)
|
|
6
10
|
|
|
7
11
|
### [4.3.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1-beta-2...v4.3.1) (2024-10-23)
|
package/android/build.gradle
CHANGED
|
@@ -150,7 +150,7 @@ dependencies {
|
|
|
150
150
|
//noinspection GradleDynamicVersion
|
|
151
151
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
152
152
|
implementation 'com.smallcase.gateway:sdk:4.2.2'
|
|
153
|
-
implementation 'com.smallcase.loans:sdk:3.1.
|
|
153
|
+
implementation 'com.smallcase.loans:sdk:3.1.1'
|
|
154
154
|
implementation "androidx.core:core-ktx:1.3.1"
|
|
155
155
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
156
156
|
}
|
package/package.json
CHANGED