Skip to content

Commit

Permalink
chore(prod): 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditya-smallcase committed Aug 5, 2024
1 parent 844747c commit eb9c94a
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-internal:4.0.1-3162-releaseDebug'
implementation 'com.smallcase.loans:sdk:3.0.1'
implementation 'com.smallcase.gateway:sdk:4.0.2'
implementation 'com.smallcase.loans:sdk:3.0.2'
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.1",
"version": "4.0.2",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit eb9c94a

Please sign in to comment.