File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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.0 '
153
- implementation ' com.smallcase.loans:sdk:3.0.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
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-smallcase-gateway" ,
3
3
"title" : " React Native Smallcase Gateway" ,
4
- "version" : " 4.0.0 " ,
4
+ "version" : " 4.0.1 " ,
5
5
"description" : " smallcase gateway bindings for react native" ,
6
6
"main" : " src/index.js" ,
7
7
"files" : [
You can’t perform that action at this time.
0 commit comments