Skip to content

Commit

Permalink
chore(prod): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditya-smallcase committed Aug 22, 2024
1 parent a03f21a commit 812e2d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:4.1.0'
implementation 'com.smallcase.loans:sdk-internal:3.0.3-62-release'
implementation 'com.smallcase.loans:sdk:3.1.0'
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.1.0",
"version": "4.2.0",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Pod::Spec.new do |s|
end

s.dependency 'SCGateway', '4.0.1'
s.dependency 'SCLoans-internal', '3.0.0-24-release'
s.dependency 'SCLoans', '3.1.0'
end

0 comments on commit 812e2d8

Please sign in to comment.