react-native-smallcase-gateway 4.0.0 → 4.0.1
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/android/build.gradle +2 -2
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -149,8 +149,8 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
|
149
149
|
dependencies {
|
|
150
150
|
//noinspection GradleDynamicVersion
|
|
151
151
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
152
|
-
implementation 'com.smallcase.gateway:sdk:4.0.
|
|
153
|
-
implementation 'com.smallcase.loans:sdk:3.0.
|
|
152
|
+
implementation 'com.smallcase.gateway:sdk:4.0.1'
|
|
153
|
+
implementation 'com.smallcase.loans:sdk:3.0.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