Skip to content

Commit 478a41e

Browse files
chore: update gatewaySDK dependencies(internal) in build.gradle for smallcase
1 parent 15a4e3e commit 478a41e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,9 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149149
dependencies {
150150
//noinspection GradleDynamicVersion
151151
implementation 'com.facebook.react:react-native:+' // From node_modules
152-
implementation "com.smallcase.gateway:sdk-null:4.4.0-3180-release"
153-
implementation 'com.smallcase.loans:sdk-null:3.1.1-66-release'
154152
// implementation 'com.smallcase.gateway:sdk:4.4.0'
155-
// implementation 'com.smallcase.loans:sdk:3.1.1'
153+
implementation "com.smallcase.gateway:sdk-sourav-16kb-beta-7407f0a:4.4.0-3181-release"
154+
implementation 'com.smallcase.loans:sdk:3.1.1'
156155
implementation "androidx.core:core-ktx:1.3.1"
157156
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
158157
}

0 commit comments

Comments
 (0)