react-native-smallcase-gateway 2.2.1 → 2.2.2
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,8 @@
|
|
|
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
|
+
### [2.2.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.2.1...v2.2.2) (2023-08-03)
|
|
6
|
+
|
|
5
7
|
### [2.2.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.1.1...v2.2.1) (2023-07-25)
|
|
6
8
|
|
|
7
9
|
|
package/android/build.gradle
CHANGED
|
@@ -156,7 +156,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
|
156
156
|
dependencies {
|
|
157
157
|
//noinspection GradleDynamicVersion
|
|
158
158
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
159
|
-
implementation 'com.smallcase.gateway:sdk:3.9.
|
|
159
|
+
implementation 'com.smallcase.gateway:sdk:3.9.8'
|
|
160
160
|
implementation "androidx.core:core-ktx:1.3.1"
|
|
161
161
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
162
162
|
}
|
package/package.json
CHANGED