Skip to content

Commit

Permalink
Merge pull request #68 from smallcase/release/4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit-roy-sc authored Aug 1, 2024
2 parents 97418a8 + 8e951a0 commit ba2e31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:4.0.0'
implementation 'com.smallcase.loans:sdk:3.0.0'
implementation 'com.smallcase.gateway:sdk:4.0.1'
implementation 'com.smallcase.loans:sdk:3.0.1'
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-smallcase-gateway",
"title": "React Native Smallcase Gateway",
"version": "4.0.0",
"version": "4.0.1",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit ba2e31f

Please sign in to comment.