We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c07f commit f46bcfdCopy full SHA for f46bcfd
1 file changed
android/build.gradle
@@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149
dependencies {
150
//noinspection GradleDynamicVersion
151
implementation 'com.facebook.react:react-native:+' // From node_modules
152
- implementation 'com.smallcase.gateway:sdk:6.1.1'
+ implementation 'com.smallcase.gateway:sdk:6.1.2'
153
implementation 'com.smallcase.loans:sdk:5.1.3'
154
implementation "androidx.core:core-ktx:1.3.1"
155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
0 commit comments