We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851392b commit 4d07a7bCopy full SHA for 4d07a7b
android/build.gradle
@@ -149,8 +149,8 @@ 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-internal:4.0.3-3166-release'
153
- implementation 'com.smallcase.loans:sdk:3.0.2'
+ implementation 'com.smallcase.gateway:sdk-internal:4.0.3-3167-release'
+ implementation 'com.smallcase.loans:sdk-internal:3.0.2-61-release'
154
implementation "androidx.core:core-ktx:1.3.1"
155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
156
}
0 commit comments