Skip to content

Commit

Permalink
Merge pull request #74 from smallcase/release/4.1.0
Browse files Browse the repository at this point in the history
Release/4.1.0
  • Loading branch information
aaditya-smallcase authored Aug 21, 2024
2 parents d7262bd + 09e793a commit d68ed6e
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.3'
implementation 'com.smallcase.loans:sdk:3.0.2'
implementation 'com.smallcase.gateway:sdk:4.1.0'
implementation 'com.smallcase.loans:sdk:3.0.3'
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.3",
"version": "4.1.0",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit d68ed6e

Please sign in to comment.